#060C76

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

Shades of Navy #060C76

Tints of Navy #060C76

Color information

#060C76 (or 0x060C76) is unknown color: approx Navy. HEX triplet: 06, 0C and 76. RGB value is (6,12,118). Sum of RGB (Red+Green+Blue) = 6+12+118=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #060C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C76 is #F9F389. Grayscale: #151515. Windows color (decimal): -16380810 or 7736326. OLE color: 7736326.

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

Color convert

RGB612118-
CMYK0.950.9000.54
HSL236.79º90.32%24.31%-
HSV(B)236.79º94.92%46.27%-
XYZ3.481.6117.27-
YUV22.29182.01116.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 118 (46.48% from 255) = 86.76%
R=4.41%
G=8.82%
B=86.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6121180.950.9000.54236.7990.3224.31
Hex6C765F5A036ed5a18
Octal61416613713206635513230
Binary1101100111011010111111011010011011011101101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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