#0C0477

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

Shades of Navy #0C0477

Tints of Navy #0C0477

Color information

#0C0477 (or 0x0C0477) is unknown color: approx Navy. HEX triplet: 0C, 04 and 77. RGB value is (12,4,119). Sum of RGB (Red+Green+Blue) = 12+4+119=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #0C0477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0477 is #F3FB88. Grayscale: #131313. Windows color (decimal): -15989641 or 7799820. OLE color: 7799820.

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

Color convert

RGB124119-
CMYK0.900.9700.53
HSL244.17º93.5%24.12%-
HSV(B)244.17º96.64%46.67%-
XYZ3.521.517.56-
YUV19.5184.15122.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 4 (1.95% from 255) = 2.96%
BLUE value IS 119 (46.88% from 255) = 88.15%
R=8.89%
G=2.96%
B=88.15%

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
Decimal1241190.900.9700.53244.1793.524.12
HexC4775A61035f45d18
Octal14416713214106536413530
Binary1100100111011110110101100001011010111110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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