Shades of Navy #060271
Tints of Navy #060271
RGB
CMYK
RGB Variations
Color information
#060271 (or 0x060271) is known color: Navy. HEX triplet: 06, 02 and 71. RGB value is (6,2,113). Sum of RGB (Red+Green+Blue) = 6+2+113=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 113 (44.53% from 255 or 93.39% from 121); Max value from RGB is 113 - color contains mainly: blue. Hex color #060271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060271 is #F9FD8E. Grayscale: #0F0F0F. Windows color (decimal): -16383375 or 7406086. OLE color: 7406086.
HSL color Cylindrical-coordinate representation of color #060271: hue angle of 242.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060271 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 2 | 113 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.56 |
| HSL | 242.16º | 0.97% | 0.23% | - |
| HSV(B) | 242.16º | 0.98% | 0.44% | - |
| XYZ | 3.08 | 1.27 | 15.71 | - |
| YUV | 15.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 113 | 0.95 | 0.98 | 0 | 0.56 | 242.16 | 0.97 | 0.23 |
| Hex | 6 | 2 | 71 | 5F | 62 | 0 | 38 | F2 | 61 | 17 |
| Octal | 6 | 2 | 161 | 137 | 142 | 0 | 70 | 362 | 141 | 27 |
| Binary | 110 | 10 | 1110001 | 1011111 | 1100010 | 0 | 111000 | 11110010 | 1100001 | 10111 |
Color Harmonies of #060271
Complementary color
Monochromatic Colors of #060271
Black with #060271
Text Example
Text Example
White with #060271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060271; }
p { color: rgb(6,2,113); }
H1.HeaderClassName
{
color: #060271;
}
.AnyTagClassName
{
color: #060271;
}
</style>
background-color css
<style>
a { background-color: #060271; }
a { background-color: rgb(6,2,113); }
div.DivClassName
{
background-color: #060271;
}
.BgClassName
{
background-color: #060271;
}
</style>
border-color css
<style>
span { border-color: #060271; }
span { border-color: rgb(6,2,113); }
td.TdClassName
{
border-color: #060271;
}
.TagClassName
{
border-color: #060271;
}
</style>