#0C0479

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

Shades of Navy #0C0479

Tints of Navy #0C0479

Color information

#0C0479 (or 0x0C0479) is unknown color: approx Navy. HEX triplet: 0C, 04 and 79. RGB value is (12,4,121). Sum of RGB (Red+Green+Blue) = 12+4+121=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #0C0479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0479 is #F3FB86. Grayscale: #131313. Windows color (decimal): -15989639 or 7930892. OLE color: 7930892.

HSL color Cylindrical-coordinate representation of color #0C0479: hue angle of 244.1º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0479 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB124121-
CMYK0.900.9700.53
HSL244.1º93.6%24.51%-
HSV(B)244.1º96.69%47.45%-
XYZ3.651.5518.2-
YUV19.73185.15122.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.76%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 121 (47.66% from 255) = 88.32%
R=8.76%
G=2.92%
B=88.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1241210.900.9700.53244.193.624.51
HexC4795A61035f45e19
Octal14417113214106536413631
Binary1100100111100110110101100001011010111110100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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