Shades of Navy #060E7B
Tints of Navy #060E7B
RGB
CMYK
RGB Variations
Color information
#060E7B (or 0x060E7B) is known color: Navy. HEX triplet: 06, 0E and 7B. RGB value is (6,14,123). Sum of RGB (Red+Green+Blue) = 6+14+123=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #060E7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060E7B is #F9F184. Grayscale: #171717. Windows color (decimal): -16380293 or 8064518. OLE color: 8064518.
HSL color Cylindrical-coordinate representation of color #060E7B: hue angle of 235.9º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060E7B is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 14 | 123 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.52 |
| HSL | 235.9º | 0.91% | 0.25% | - |
| HSV(B) | 235.9º | 0.95% | 0.48% | - |
| XYZ | 3.81 | 1.78 | 18.88 | - |
| YUV | 24.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 123 | 0.95 | 0.89 | 0 | 0.52 | 235.9 | 0.91 | 0.25 |
| Hex | 6 | E | 7B | 5F | 59 | 0 | 34 | EC | 5B | 19 |
| Octal | 6 | 16 | 173 | 137 | 131 | 0 | 64 | 354 | 133 | 31 |
| Binary | 110 | 1110 | 1111011 | 1011111 | 1011001 | 0 | 110100 | 11101100 | 1011011 | 11001 |
Color Harmonies of #060E7B
Complementary color
Monochromatic Colors of #060E7B
Black with #060E7B
Text Example
Text Example
White with #060E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E7B; }
p { color: rgb(6,14,123); }
H1.HeaderClassName
{
color: #060E7B;
}
.AnyTagClassName
{
color: #060E7B;
}
</style>
background-color css
<style>
a { background-color: #060E7B; }
a { background-color: rgb(6,14,123); }
div.DivClassName
{
background-color: #060E7B;
}
.BgClassName
{
background-color: #060E7B;
}
</style>
border-color css
<style>
span { border-color: #060E7B; }
span { border-color: rgb(6,14,123); }
td.TdClassName
{
border-color: #060E7B;
}
.TagClassName
{
border-color: #060E7B;
}
</style>