#0C0472

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

Shades of Navy #0C0472

Tints of Navy #0C0472

Color information

#0C0472 (or 0x0C0472) is unknown color: approx Navy. HEX triplet: 0C, 04 and 72. RGB value is (12,4,114). Sum of RGB (Red+Green+Blue) = 12+4+114=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0472 is #F3FB8D. Grayscale: #121212. Windows color (decimal): -15989646 or 7472140. OLE color: 7472140.

HSL color Cylindrical-coordinate representation of color #0C0472: hue angle of 244.36º degrees, saturation: 0.93, 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 #0C0472 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB124114-
CMYK0.890.9600.55
HSL244.36º93.22%23.14%-
HSV(B)244.36º96.49%44.71%-
XYZ3.231.3816.02-
YUV18.93181.65123.06-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 114 (44.92% from 255) = 87.69%
R=9.23%
G=3.08%
B=87.69%

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
Decimal1241140.890.9600.55244.3693.2223.14
HexC4725960037f45d17
Octal14416213114006736413527
Binary1100100111001010110011100000011011111110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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