Shades of Navy #060D76
Tints of Navy #060D76
RGB
CMYK
RGB Variations
Color information
#060D76 (or 0x060D76) is known color: 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
| RGB | 6 | 13 | 118 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.54 |
| HSL | 236.25º | 0.9% | 0.24% | - |
| HSV(B) | 236.25º | 0.95% | 0.46% | - |
| XYZ | 3.49 | 1.63 | 17.27 | - |
| YUV | 22.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 118 | 0.95 | 0.89 | 0 | 0.54 | 236.25 | 0.9 | 0.24 |
| Hex | 6 | D | 76 | 5F | 59 | 0 | 36 | EC | 5A | 18 |
| Octal | 6 | 15 | 166 | 137 | 131 | 0 | 66 | 354 | 132 | 30 |
| Binary | 110 | 1101 | 1110110 | 1011111 | 1011001 | 0 | 110110 | 11101100 | 1011010 | 11000 |
Color Harmonies of #060D76
Complementary color
Monochromatic Colors of #060D76
Black with #060D76
Text Example
Text Example
White with #060D76
Text Example
Text Example
HTML Codes & Css Web 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>