#0C0572

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

Shades of Navy #0C0572

Tints of Navy #0C0572

Color information

#0C0572 (or 0x0C0572) is unknown color: approx Navy. HEX triplet: 0C, 05 and 72. RGB value is (12,5,114). Sum of RGB (Red+Green+Blue) = 12+5+114=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 114 (44.92% from 255 or 87.02% from 131); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0572 is #F3FA8D. Grayscale: #131313. Windows color (decimal): -15989390 or 7472396. OLE color: 7472396.

HSL color Cylindrical-coordinate representation of color #0C0572: hue angle of 243.85º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C0572 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB125114-
CMYK0.890.9600.55
HSL243.85º91.6%23.33%-
HSV(B)243.85º95.61%44.71%-
XYZ3.241.416.02-
YUV19.52181.32122.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.16%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 114 (44.92% from 255) = 87.02%
R=9.16%
G=3.82%
B=87.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1251140.890.9600.55243.8591.623.33
HexC5725960037f45c17
Octal14516213114006736413427
Binary1100101111001010110011100000011011111110100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,114); }

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

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

 a { background-color: rgb(12,5,114); }

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

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

 span { border-color: rgb(12,5,114); }

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