#060C78

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

Shades of Navy #060C78

Tints of Navy #060C78

Color information

#060C78 (or 0x060C78) is unknown color: approx Navy. HEX triplet: 06, 0C and 78. RGB value is (6,12,120). Sum of RGB (Red+Green+Blue) = 6+12+120=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 120 (47.27% from 255 or 86.96% from 138); Max value from RGB is 120 - color contains mainly: blue. Hex color #060C78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C78 is #F9F387. Grayscale: #161616. Windows color (decimal): -16380808 or 7867398. OLE color: 7867398.

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

Color convert

RGB612120-
CMYK0.950.9000.53
HSL236.84º90.48%24.71%-
HSV(B)236.84º95%47.06%-
XYZ3.61.6617.9-
YUV22.52183.01116.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 120 (47.27% from 255) = 86.96%
R=4.35%
G=8.70%
B=86.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6121200.950.9000.53236.8490.4824.71
Hex6C785F5A035ed5a19
Octal61417013713206535513231
Binary1101100111100010111111011010011010111101101101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C78; }

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

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

<style>
 a { background-color: #060C78; }

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

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

<style>
 span { border-color: #060C78; }

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

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