Shades of Navy #060C71
Tints of Navy #060C71
RGB
CMYK
RGB Variations
Color information
#060C71 (or 0x060C71) is known color: Navy. HEX triplet: 06, 0C and 71. RGB value is (6,12,113). Sum of RGB (Red+Green+Blue) = 6+12+113=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #060C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C71 is #F9F38E. Grayscale: #151515. Windows color (decimal): -16380815 or 7408646. OLE color: 7408646.
HSL color Cylindrical-coordinate representation of color #060C71: hue angle of 236.64º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060C71 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 12 | 113 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.56 |
| HSL | 236.64º | 0.9% | 0.23% | - |
| HSV(B) | 236.64º | 0.95% | 0.44% | - |
| XYZ | 3.19 | 1.49 | 15.74 | - |
| YUV | 21.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 113 | 0.95 | 0.89 | 0 | 0.56 | 236.64 | 0.9 | 0.23 |
| Hex | 6 | C | 71 | 5F | 59 | 0 | 38 | ED | 5A | 17 |
| Octal | 6 | 14 | 161 | 137 | 131 | 0 | 70 | 355 | 132 | 27 |
| Binary | 110 | 1100 | 1110001 | 1011111 | 1011001 | 0 | 111000 | 11101101 | 1011010 | 10111 |
Color Harmonies of #060C71
Complementary color
Monochromatic Colors of #060C71
Black with #060C71
Text Example
Text Example
White with #060C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C71; }
p { color: rgb(6,12,113); }
H1.HeaderClassName
{
color: #060C71;
}
.AnyTagClassName
{
color: #060C71;
}
</style>
background-color css
<style>
a { background-color: #060C71; }
a { background-color: rgb(6,12,113); }
div.DivClassName
{
background-color: #060C71;
}
.BgClassName
{
background-color: #060C71;
}
</style>
border-color css
<style>
span { border-color: #060C71; }
span { border-color: rgb(6,12,113); }
td.TdClassName
{
border-color: #060C71;
}
.TagClassName
{
border-color: #060C71;
}
</style>