Shades of Navy #060D78
Tints of Navy #060D78
RGB
CMYK
RGB Variations
Color information
#060D78 (or 0x060D78) is known color: Navy. HEX triplet: 06, 0D and 78. RGB value is (6,13,120). Sum of RGB (Red+Green+Blue) = 6+13+120=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #060D78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D78 is #F9F287. Grayscale: #161616. Windows color (decimal): -16380552 or 7867654. OLE color: 7867654.
HSL color Cylindrical-coordinate representation of color #060D78: hue angle of 236.32º 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 #060D78 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 13 | 120 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.53 |
| HSL | 236.32º | 0.9% | 0.25% | - |
| HSV(B) | 236.32º | 0.95% | 0.47% | - |
| XYZ | 3.61 | 1.68 | 17.9 | - |
| YUV | 23.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 120 | 0.95 | 0.89 | 0 | 0.53 | 236.32 | 0.9 | 0.25 |
| Hex | 6 | D | 78 | 5F | 59 | 0 | 35 | EC | 5A | 19 |
| Octal | 6 | 15 | 170 | 137 | 131 | 0 | 65 | 354 | 132 | 31 |
| Binary | 110 | 1101 | 1111000 | 1011111 | 1011001 | 0 | 110101 | 11101100 | 1011010 | 11001 |
Color Harmonies of #060D78
Complementary color
Monochromatic Colors of #060D78
Black with #060D78
Text Example
Text Example
White with #060D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D78; }
p { color: rgb(6,13,120); }
H1.HeaderClassName
{
color: #060D78;
}
.AnyTagClassName
{
color: #060D78;
}
</style>
background-color css
<style>
a { background-color: #060D78; }
a { background-color: rgb(6,13,120); }
div.DivClassName
{
background-color: #060D78;
}
.BgClassName
{
background-color: #060D78;
}
</style>
border-color css
<style>
span { border-color: #060D78; }
span { border-color: rgb(6,13,120); }
td.TdClassName
{
border-color: #060D78;
}
.TagClassName
{
border-color: #060D78;
}
</style>