#0A0CA6

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

Shades of New Midnight Blue #0A0CA6

Tints of New Midnight Blue #0A0CA6

Color information

#0A0CA6 (or 0x0A0CA6) is unknown color: approx New Midnight Blue. HEX triplet: 0A, 0C and A6. RGB value is (10,12,166). Sum of RGB (Red+Green+Blue) = 10+12+166=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 166 (65.23% from 255 or 88.30% from 188); Max value from RGB is 166 - color contains mainly: blue. Hex color #0A0CA6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0A0CA6 is #F5F359. Grayscale: #1C1C1C. Windows color (decimal): -16118618 or 10882058. OLE color: 10882058.

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

Color convert

RGB1012166-
CMYK0.940.9300.35
HSL239.23º88.64%34.51%-
HSV(B)239.23º93.98%65.1%-
XYZ7.143.0836.29-
YUV28.96205.34114.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 166 (65.23% from 255) = 88.30%
R=5.32%
G=6.38%
B=88.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10121660.940.9300.35239.2388.6434.51
HexACA65E5D023ef5923
Octal121424613613504335713143
Binary1010110010100110101111010111010100011111011111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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