Shades of Navy #060D7E
Tints of Navy #060D7E
RGB
CMYK
RGB Variations
Color information
#060D7E (or 0x060D7E) is known color: Navy. HEX triplet: 06, 0D and 7E. RGB value is (6,13,126). Sum of RGB (Red+Green+Blue) = 6+13+126=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #060D7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D7E is #F9F281. Grayscale: #171717. Windows color (decimal): -16380546 or 8260870. OLE color: 8260870.
HSL color Cylindrical-coordinate representation of color #060D7E: hue angle of 236.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060D7E is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 13 | 126 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.51 |
| HSL | 236.5º | 0.91% | 0.26% | - |
| HSV(B) | 236.5º | 0.95% | 0.49% | - |
| XYZ | 3.98 | 1.83 | 19.88 | - |
| YUV | 23.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 126 | 0.95 | 0.90 | 0 | 0.51 | 236.5 | 0.91 | 0.26 |
| Hex | 6 | D | 7E | 5F | 5A | 0 | 33 | EC | 5B | 1A |
| Octal | 6 | 15 | 176 | 137 | 132 | 0 | 63 | 354 | 133 | 32 |
| Binary | 110 | 1101 | 1111110 | 1011111 | 1011010 | 0 | 110011 | 11101100 | 1011011 | 11010 |
Color Harmonies of #060D7E
Complementary color
Monochromatic Colors of #060D7E
Black with #060D7E
Text Example
Text Example
White with #060D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D7E; }
p { color: rgb(6,13,126); }
H1.HeaderClassName
{
color: #060D7E;
}
.AnyTagClassName
{
color: #060D7E;
}
</style>
background-color css
<style>
a { background-color: #060D7E; }
a { background-color: rgb(6,13,126); }
div.DivClassName
{
background-color: #060D7E;
}
.BgClassName
{
background-color: #060D7E;
}
</style>
border-color css
<style>
span { border-color: #060D7E; }
span { border-color: rgb(6,13,126); }
td.TdClassName
{
border-color: #060D7E;
}
.TagClassName
{
border-color: #060D7E;
}
</style>