Shades of Navy #060C7E
Tints of Navy #060C7E
RGB
CMYK
RGB Variations
Color information
#060C7E (or 0x060C7E) is known color: Navy. HEX triplet: 06, 0C and 7E. RGB value is (6,12,126). Sum of RGB (Red+Green+Blue) = 6+12+126=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 126 (49.61% from 255 or 87.5% from 144); Max value from RGB is 126 - color contains mainly: blue. Hex color #060C7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C7E is #F9F381. Grayscale: #161616. Windows color (decimal): -16380802 or 8260614. OLE color: 8260614.
HSL color Cylindrical-coordinate representation of color #060C7E: hue angle of 237º 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 #060C7E is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 12 | 126 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.51 |
| HSL | 237º | 0.91% | 0.26% | - |
| HSV(B) | 237º | 0.95% | 0.49% | - |
| XYZ | 3.97 | 1.81 | 19.88 | - |
| YUV | 23.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 126 | 0.95 | 0.90 | 0 | 0.51 | 237 | 0.91 | 0.26 |
| Hex | 6 | C | 7E | 5F | 5A | 0 | 33 | ED | 5B | 1A |
| Octal | 6 | 14 | 176 | 137 | 132 | 0 | 63 | 355 | 133 | 32 |
| Binary | 110 | 1100 | 1111110 | 1011111 | 1011010 | 0 | 110011 | 11101101 | 1011011 | 11010 |
Color Harmonies of #060C7E
Complementary color
Monochromatic Colors of #060C7E
Black with #060C7E
Text Example
Text Example
White with #060C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C7E; }
p { color: rgb(6,12,126); }
H1.HeaderClassName
{
color: #060C7E;
}
.AnyTagClassName
{
color: #060C7E;
}
</style>
background-color css
<style>
a { background-color: #060C7E; }
a { background-color: rgb(6,12,126); }
div.DivClassName
{
background-color: #060C7E;
}
.BgClassName
{
background-color: #060C7E;
}
</style>
border-color css
<style>
span { border-color: #060C7E; }
span { border-color: rgb(6,12,126); }
td.TdClassName
{
border-color: #060C7E;
}
.TagClassName
{
border-color: #060C7E;
}
</style>