Shades of Navy #010570
Tints of Navy #010570
RGB
CMYK
RGB Variations
Color information
#010570 (or 0x010570) is known color: Navy. HEX triplet: 01, 05 and 70. RGB value is (1,5,112). Sum of RGB (Red+Green+Blue) = 1+5+112=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #010570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010570 is #FEFA8F. Grayscale: #0F0F0F. Windows color (decimal): -16710288 or 7341313. OLE color: 7341313.
HSL color Cylindrical-coordinate representation of color #010570: hue angle of 237.84º 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 #010570 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 5 | 112 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.56 |
| HSL | 237.84º | 0.98% | 0.22% | - |
| HSV(B) | 237.84º | 0.99% | 0.44% | - |
| XYZ | 2.99 | 1.28 | 15.42 | - |
| YUV | 16 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 5 | 112 | 0.99 | 0.96 | 0 | 0.56 | 237.84 | 0.98 | 0.22 |
| Hex | 1 | 5 | 70 | 63 | 60 | 0 | 38 | EE | 62 | 16 |
| Octal | 1 | 5 | 160 | 143 | 140 | 0 | 70 | 356 | 142 | 26 |
| Binary | 1 | 101 | 1110000 | 1100011 | 1100000 | 0 | 111000 | 11101110 | 1100010 | 10110 |
Color Harmonies of #010570
Complementary color
Monochromatic Colors of #010570
Black with #010570
Text Example
Text Example
White with #010570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010570; }
p { color: rgb(1,5,112); }
H1.HeaderClassName
{
color: #010570;
}
.AnyTagClassName
{
color: #010570;
}
</style>
background-color css
<style>
a { background-color: #010570; }
a { background-color: rgb(1,5,112); }
div.DivClassName
{
background-color: #010570;
}
.BgClassName
{
background-color: #010570;
}
</style>
border-color css
<style>
span { border-color: #010570; }
span { border-color: rgb(1,5,112); }
td.TdClassName
{
border-color: #010570;
}
.TagClassName
{
border-color: #010570;
}
</style>