Shades of Navy #060C7D
Tints of Navy #060C7D
RGB
CMYK
RGB Variations
Color information
#060C7D (or 0x060C7D) is known color: Navy. HEX triplet: 06, 0C and 7D. RGB value is (6,12,125). Sum of RGB (Red+Green+Blue) = 6+12+125=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #060C7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C7D is #F9F382. Grayscale: #161616. Windows color (decimal): -16380803 or 8195078. OLE color: 8195078.
HSL color Cylindrical-coordinate representation of color #060C7D: hue angle of 236.97º 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 #060C7D is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 12 | 125 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.51 |
| HSL | 236.97º | 0.91% | 0.26% | - |
| HSV(B) | 236.97º | 0.95% | 0.49% | - |
| XYZ | 3.91 | 1.78 | 19.54 | - |
| YUV | 23.09 | 185.51 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 125 | 0.95 | 0.90 | 0 | 0.51 | 236.97 | 0.91 | 0.26 |
| Hex | 6 | C | 7D | 5F | 5A | 0 | 33 | ED | 5B | 1A |
| Octal | 6 | 14 | 175 | 137 | 132 | 0 | 63 | 355 | 133 | 32 |
| Binary | 110 | 1100 | 1111101 | 1011111 | 1011010 | 0 | 110011 | 11101101 | 1011011 | 11010 |
Color Harmonies of #060C7D
Complementary color
Monochromatic Colors of #060C7D
Black with #060C7D
Text Example
Text Example
White with #060C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C7D; }
p { color: rgb(6,12,125); }
H1.HeaderClassName
{
color: #060C7D;
}
.AnyTagClassName
{
color: #060C7D;
}
</style>
background-color css
<style>
a { background-color: #060C7D; }
a { background-color: rgb(6,12,125); }
div.DivClassName
{
background-color: #060C7D;
}
.BgClassName
{
background-color: #060C7D;
}
</style>
border-color css
<style>
span { border-color: #060C7D; }
span { border-color: rgb(6,12,125); }
td.TdClassName
{
border-color: #060C7D;
}
.TagClassName
{
border-color: #060C7D;
}
</style>