Shades of Navy #060672
Tints of Navy #060672
RGB
CMYK
RGB Variations
Color information
#060672 (or 0x060672) is known color: Navy. HEX triplet: 06, 06 and 72. RGB value is (6,6,114). Sum of RGB (Red+Green+Blue) = 6+6+114=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 114 (44.92% from 255 or 90.48% from 126); Max value from RGB is 114 - color contains mainly: blue. Hex color #060672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060672 is #F9F98D. Grayscale: #111111. Windows color (decimal): -16382350 or 7472646. OLE color: 7472646.
HSL color Cylindrical-coordinate representation of color #060672: hue angle of 240º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060672 is Cyan = 0.95, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 6 | 114 | - |
| CMYK | 0.95 | 0.95 | 0 | 0.55 |
| HSL | 240º | 0.9% | 0.24% | - |
| HSV(B) | 240º | 0.95% | 0.45% | - |
| XYZ | 3.18 | 1.38 | 16.02 | - |
| YUV | 18.31 | 182 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 6 | 114 | 0.95 | 0.95 | 0 | 0.55 | 240 | 0.9 | 0.24 |
| Hex | 6 | 6 | 72 | 5F | 5F | 0 | 37 | F0 | 5A | 18 |
| Octal | 6 | 6 | 162 | 137 | 137 | 0 | 67 | 360 | 132 | 30 |
| Binary | 110 | 110 | 1110010 | 1011111 | 1011111 | 0 | 110111 | 11110000 | 1011010 | 11000 |
Color Harmonies of #060672
Complementary color
Monochromatic Colors of #060672
Black with #060672
Text Example
Text Example
White with #060672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060672; }
p { color: rgb(6,6,114); }
H1.HeaderClassName
{
color: #060672;
}
.AnyTagClassName
{
color: #060672;
}
</style>
background-color css
<style>
a { background-color: #060672; }
a { background-color: rgb(6,6,114); }
div.DivClassName
{
background-color: #060672;
}
.BgClassName
{
background-color: #060672;
}
</style>
border-color css
<style>
span { border-color: #060672; }
span { border-color: rgb(6,6,114); }
td.TdClassName
{
border-color: #060672;
}
.TagClassName
{
border-color: #060672;
}
</style>