#0A095B

Color #0A095B Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #0A095B

Tints of Midnight Blue #0A095B

Color information

#0A095B (or 0x0A095B) is unknown color: approx Midnight Blue. HEX triplet: 0A, 09 and 5B. RGB value is (10,9,91). Sum of RGB (Red+Green+Blue) = 10+9+91=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #0A095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A095B is #F5F6A4. Grayscale: #121212. Windows color (decimal): -16119461 or 5966090. OLE color: 5966090.

HSL color Cylindrical-coordinate representation of color #0A095B: hue angle of 240.73º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A095B is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB10991-
CMYK0.890.9000.64
HSL240.73º82%19.61%-
HSV(B)240.73º90.11%35.69%-
XYZ2.111.029.98-
YUV18.65168.83121.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 9.09%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 91 (35.94% from 255) = 82.73%
R=9.09%
G=8.18%
B=82.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal109910.890.9000.64240.738219.61
HexA95B595A040f15214
Octal1211133131132010036112224
Binary101010011011011101100110110100100000011110001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A095B; }

 p { color: rgb(10,9,91); }

 H1.HeaderClassName
 {
   color: #0A095B;
 }
 .AnyTagClassName
 {
   color: #0A095B;
 }
</style>
background-color css

<style>
 a { background-color: #0A095B; }

 a { background-color: rgb(10,9,91); }

 div.DivClassName
 {
   background-color: #0A095B;
 }
 .BgClassName
 {
   background-color: #0A095B;
 }
</style>
border-color css

<style>
 span { border-color: #0A095B; }

 span { border-color: rgb(10,9,91); }

 td.TdClassName
 {
   border-color: #0A095B;
 }
 .TagClassName
 {
   border-color: #0A095B;
 }
</style>