#060D76

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

Shades of Navy #060D76

Tints of Navy #060D76

Color information

#060D76 (or 0x060D76) is unknown color: approx Navy. HEX triplet: 06, 0D and 76. RGB value is (6,13,118). Sum of RGB (Red+Green+Blue) = 6+13+118=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #060D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D76 is #F9F289. Grayscale: #161616. Windows color (decimal): -16380554 or 7736582. OLE color: 7736582.

HSL color Cylindrical-coordinate representation of color #060D76: hue angle of 236.25º 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 #060D76 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB613118-
CMYK0.950.8900.54
HSL236.25º90.32%24.31%-
HSV(B)236.25º94.92%46.27%-
XYZ3.491.6317.27-
YUV22.88181.68115.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 118 (46.48% from 255) = 86.13%
R=4.38%
G=9.49%
B=86.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6131180.950.8900.54236.2590.3224.31
Hex6D765F59036ec5a18
Octal61516613713106635413230
Binary1101101111011010111111011001011011011101100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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