Shades of Navy #060071
Tints of Navy #060071
RGB
CMYK
RGB Variations
Color information
#060071 (or 0x060071) is known color: Navy. HEX triplet: 06, 00 and 71. RGB value is (6,0,113). Sum of RGB (Red+Green+Blue) = 6+0+113=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #060071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060071 is #F9FF8E. Grayscale: #0E0E0E. Windows color (decimal): -16383887 or 7405574. OLE color: 7405574.
HSL color Cylindrical-coordinate representation of color #060071: hue angle of 243.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060071 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 0 | 113 | - |
| CMYK | 0.95 | 1 | 0 | 0.56 |
| HSL | 243.19º | 1% | 0.22% | - |
| HSV(B) | 243.19º | 1% | 0.44% | - |
| XYZ | 3.06 | 1.23 | 15.7 | - |
| YUV | 14.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 113 | 0.95 | 1 | 0 | 0.56 | 243.19 | 1 | 0.22 |
| Hex | 6 | 0 | 71 | 5F | 64 | 0 | 38 | F3 | 64 | 16 |
| Octal | 6 | 0 | 161 | 137 | 144 | 0 | 70 | 363 | 144 | 26 |
| Binary | 110 | 0 | 1110001 | 1011111 | 1100100 | 0 | 111000 | 11110011 | 1100100 | 10110 |
Color Harmonies of #060071
Complementary color
Monochromatic Colors of #060071
Black with #060071
Text Example
Text Example
White with #060071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060071; }
p { color: rgb(6,0,113); }
H1.HeaderClassName
{
color: #060071;
}
.AnyTagClassName
{
color: #060071;
}
</style>
background-color css
<style>
a { background-color: #060071; }
a { background-color: rgb(6,0,113); }
div.DivClassName
{
background-color: #060071;
}
.BgClassName
{
background-color: #060071;
}
</style>
border-color css
<style>
span { border-color: #060071; }
span { border-color: rgb(6,0,113); }
td.TdClassName
{
border-color: #060071;
}
.TagClassName
{
border-color: #060071;
}
</style>