Shades of Navy #060072
Tints of Navy #060072
RGB
CMYK
RGB Variations
Color information
#060072 (or 0x060072) is known color: Navy. HEX triplet: 06, 00 and 72. RGB value is (6,0,114). Sum of RGB (Red+Green+Blue) = 6+0+114=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #060072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060072 is #F9FF8D. Grayscale: #0E0E0E. Windows color (decimal): -16383886 or 7471110. OLE color: 7471110.
HSL color Cylindrical-coordinate representation of color #060072: hue angle of 243.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060072 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 0 | 114 | - |
| CMYK | 0.95 | 1 | 0 | 0.55 |
| HSL | 243.16º | 1% | 0.22% | - |
| HSV(B) | 243.16º | 1% | 0.45% | - |
| XYZ | 3.11 | 1.25 | 16 | - |
| YUV | 14.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 114 | 0.95 | 1 | 0 | 0.55 | 243.16 | 1 | 0.22 |
| Hex | 6 | 0 | 72 | 5F | 64 | 0 | 37 | F3 | 64 | 16 |
| Octal | 6 | 0 | 162 | 137 | 144 | 0 | 67 | 363 | 144 | 26 |
| Binary | 110 | 0 | 1110010 | 1011111 | 1100100 | 0 | 110111 | 11110011 | 1100100 | 10110 |
Color Harmonies of #060072
Complementary color
Monochromatic Colors of #060072
Black with #060072
Text Example
Text Example
White with #060072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060072; }
p { color: rgb(6,0,114); }
H1.HeaderClassName
{
color: #060072;
}
.AnyTagClassName
{
color: #060072;
}
</style>
background-color css
<style>
a { background-color: #060072; }
a { background-color: rgb(6,0,114); }
div.DivClassName
{
background-color: #060072;
}
.BgClassName
{
background-color: #060072;
}
</style>
border-color css
<style>
span { border-color: #060072; }
span { border-color: rgb(6,0,114); }
td.TdClassName
{
border-color: #060072;
}
.TagClassName
{
border-color: #060072;
}
</style>