#0C0578

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

Shades of Navy #0C0578

Tints of Navy #0C0578

Color information

#0C0578 (or 0x0C0578) is unknown color: approx Navy. HEX triplet: 0C, 05 and 78. RGB value is (12,5,120). Sum of RGB (Red+Green+Blue) = 12+5+120=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 120 (47.27% from 255 or 87.59% from 137); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C0578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0578 is #F3FA87. Grayscale: #131313. Windows color (decimal): -15989384 or 7865612. OLE color: 7865612.

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

Color convert

RGB125120-
CMYK0.900.9600.53
HSL243.65º92%24.51%-
HSV(B)243.65º95.83%47.06%-
XYZ3.61.5417.88-
YUV20.2184.32122.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.76%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 120 (47.27% from 255) = 87.59%
R=8.76%
G=3.65%
B=87.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1251200.900.9600.53243.659224.51
HexC5785A60035f45c19
Octal14517013214006536413431
Binary1100101111100010110101100000011010111110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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