Shades of Navy #060E7F
Tints of Navy #060E7F
RGB
CMYK
RGB Variations
Color information
#060E7F (or 0x060E7F) is known color: Navy. HEX triplet: 06, 0E and 7F. RGB value is (6,14,127). Sum of RGB (Red+Green+Blue) = 6+14+127=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 127 (50% from 255 or 86.39% from 147); Max value from RGB is 127 - color contains mainly: blue. Hex color #060E7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E7F is #F9F180. Grayscale: #181818. Windows color (decimal): -16380289 or 8326662. OLE color: 8326662.
HSL color Cylindrical-coordinate representation of color #060E7F: hue angle of 236.03º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060E7F is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 14 | 127 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.50 |
| HSL | 236.03º | 0.91% | 0.26% | - |
| HSV(B) | 236.03º | 0.95% | 0.5% | - |
| XYZ | 4.06 | 1.89 | 20.23 | - |
| YUV | 24.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 127 | 0.95 | 0.89 | 0 | 0.50 | 236.03 | 0.91 | 0.26 |
| Hex | 6 | E | 7F | 5F | 59 | 0 | 32 | EC | 5B | 1A |
| Octal | 6 | 16 | 177 | 137 | 131 | 0 | 62 | 354 | 133 | 32 |
| Binary | 110 | 1110 | 1111111 | 1011111 | 1011001 | 0 | 110010 | 11101100 | 1011011 | 11010 |
Color Harmonies of #060E7F
Complementary color
Monochromatic Colors of #060E7F
Black with #060E7F
Text Example
Text Example
White with #060E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E7F; }
p { color: rgb(6,14,127); }
H1.HeaderClassName
{
color: #060E7F;
}
.AnyTagClassName
{
color: #060E7F;
}
</style>
background-color css
<style>
a { background-color: #060E7F; }
a { background-color: rgb(6,14,127); }
div.DivClassName
{
background-color: #060E7F;
}
.BgClassName
{
background-color: #060E7F;
}
</style>
border-color css
<style>
span { border-color: #060E7F; }
span { border-color: rgb(6,14,127); }
td.TdClassName
{
border-color: #060E7F;
}
.TagClassName
{
border-color: #060E7F;
}
</style>