#0C0672

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

Shades of Navy #0C0672

Tints of Navy #0C0672

Color information

#0C0672 (or 0x0C0672) is unknown color: approx Navy. HEX triplet: 0C, 06 and 72. RGB value is (12,6,114). Sum of RGB (Red+Green+Blue) = 12+6+114=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0672 is #F3F98D. Grayscale: #131313. Windows color (decimal): -15989134 or 7472652. OLE color: 7472652.

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

Color convert

RGB126114-
CMYK0.890.9500.55
HSL243.33º90%23.53%-
HSV(B)243.33º94.74%44.71%-
XYZ3.251.4216.02-
YUV20.11180.99122.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 114 (44.92% from 255) = 86.36%
R=9.09%
G=4.55%
B=86.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1261140.890.9500.55243.339023.53
HexC672595F037f35a18
Octal14616213113706736313230
Binary1100110111001010110011011111011011111110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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