Shades of Navy #060D7D
Tints of Navy #060D7D
RGB
CMYK
RGB Variations
Color information
#060D7D (or 0x060D7D) is known color: Navy. HEX triplet: 06, 0D and 7D. RGB value is (6,13,125). Sum of RGB (Red+Green+Blue) = 6+13+125=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #060D7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060D7D is #F9F282. Grayscale: #171717. Windows color (decimal): -16380547 or 8195334. OLE color: 8195334.
HSL color Cylindrical-coordinate representation of color #060D7D: hue angle of 236.47º 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 #060D7D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 13 | 125 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.51 |
| HSL | 236.47º | 0.91% | 0.26% | - |
| HSV(B) | 236.47º | 0.95% | 0.49% | - |
| XYZ | 3.92 | 1.81 | 19.54 | - |
| YUV | 23.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 13 | 125 | 0.95 | 0.90 | 0 | 0.51 | 236.47 | 0.91 | 0.26 |
| Hex | 6 | D | 7D | 5F | 5A | 0 | 33 | EC | 5B | 1A |
| Octal | 6 | 15 | 175 | 137 | 132 | 0 | 63 | 354 | 133 | 32 |
| Binary | 110 | 1101 | 1111101 | 1011111 | 1011010 | 0 | 110011 | 11101100 | 1011011 | 11010 |
Color Harmonies of #060D7D
Complementary color
Monochromatic Colors of #060D7D
Black with #060D7D
Text Example
Text Example
White with #060D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060D7D; }
p { color: rgb(6,13,125); }
H1.HeaderClassName
{
color: #060D7D;
}
.AnyTagClassName
{
color: #060D7D;
}
</style>
background-color css
<style>
a { background-color: #060D7D; }
a { background-color: rgb(6,13,125); }
div.DivClassName
{
background-color: #060D7D;
}
.BgClassName
{
background-color: #060D7D;
}
</style>
border-color css
<style>
span { border-color: #060D7D; }
span { border-color: rgb(6,13,125); }
td.TdClassName
{
border-color: #060D7D;
}
.TagClassName
{
border-color: #060D7D;
}
</style>