#0A0CA9

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

Shades of New Midnight Blue #0A0CA9

Tints of New Midnight Blue #0A0CA9

Color information

#0A0CA9 (or 0x0A0CA9) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 0C and A9. RGB value is (10,12,169). Sum of RGB (Red+Green+Blue) = 10+12+169=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 169 (66.41% from 255 or 88.48% from 191); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A0CA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0CA9 is #F5F356. Grayscale: #1C1C1C. Windows color (decimal): -16118615 or 11078666. OLE color: 11078666.

HSL color Cylindrical-coordinate representation of color #0A0CA9: hue angle of 239.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A0CA9 is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1012169-
CMYK0.940.9300.34
HSL239.25º88.83%35.1%-
HSV(B)239.25º94.08%66.27%-
XYZ7.423.1937.76-
YUV29.3206.84114.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.24%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 169 (66.41% from 255) = 88.48%
R=5.24%
G=6.28%
B=88.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10121690.940.9300.34239.2588.8335.1
HexACA95E5D022ef5923
Octal121425113613504235713143
Binary1010110010101001101111010111010100010111011111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,12,169); }

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

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

 a { background-color: rgb(10,12,169); }

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

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

 span { border-color: rgb(10,12,169); }

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