Shades of Navy #010571
Tints of Navy #010571
RGB
CMYK
RGB Variations
Color information
#010571 (or 0x010571) is known color: Navy. HEX triplet: 01, 05 and 71. RGB value is (1,5,113). Sum of RGB (Red+Green+Blue) = 1+5+113=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 5 (2.34% from 255 or 4.20% 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 #010571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010571 is #FEFA8E. Grayscale: #0F0F0F. Windows color (decimal): -16710287 or 7406849. OLE color: 7406849.
HSL color Cylindrical-coordinate representation of color #010571: hue angle of 237.86º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010571 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 5 | 113 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.56 |
| HSL | 237.86º | 0.98% | 0.22% | - |
| HSV(B) | 237.86º | 0.99% | 0.44% | - |
| XYZ | 3.05 | 1.31 | 15.71 | - |
| YUV | 16.12 | 182.67 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 113 | 0.99 | 0.96 | 0 | 0.56 | 237.86 | 0.98 | 0.22 |
| Hex | 1 | 5 | 71 | 63 | 60 | 0 | 38 | EE | 62 | 16 |
| Octal | 1 | 5 | 161 | 143 | 140 | 0 | 70 | 356 | 142 | 26 |
| Binary | 1 | 101 | 1110001 | 1100011 | 1100000 | 0 | 111000 | 11101110 | 1100010 | 10110 |
Color Harmonies of #010571
Complementary color
Monochromatic Colors of #010571
Black with #010571
Text Example
Text Example
White with #010571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010571; }
p { color: rgb(1,5,113); }
H1.HeaderClassName
{
color: #010571;
}
.AnyTagClassName
{
color: #010571;
}
</style>
background-color css
<style>
a { background-color: #010571; }
a { background-color: rgb(1,5,113); }
div.DivClassName
{
background-color: #010571;
}
.BgClassName
{
background-color: #010571;
}
</style>
border-color css
<style>
span { border-color: #010571; }
span { border-color: rgb(1,5,113); }
td.TdClassName
{
border-color: #010571;
}
.TagClassName
{
border-color: #010571;
}
</style>