Shades of Navy #010070
Tints of Navy #010070
RGB
CMYK
RGB Variations
Color information
#010070 (or 0x010070) is known color: Navy. HEX triplet: 01, 00 and 70. RGB value is (1,0,112). Sum of RGB (Red+Green+Blue) = 1+0+112=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 112 (44.14% from 255 or 99.12% from 113); Max value from RGB is 112 - color contains mainly: blue. Hex color #010070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010070 is #FEFF8F. Grayscale: #0C0C0C. Windows color (decimal): -16711568 or 7340033. OLE color: 7340033.
HSL color Cylindrical-coordinate representation of color #010070: hue angle of 240.54º 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 #010070 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 0 | 112 | - |
| CMYK | 0.99 | 1 | 0 | 0.56 |
| HSL | 240.54º | 1% | 0.22% | - |
| HSV(B) | 240.54º | 1% | 0.44% | - |
| XYZ | 2.94 | 1.18 | 15.4 | - |
| YUV | 13.07 | 183.83 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 0 | 112 | 0.99 | 1 | 0 | 0.56 | 240.54 | 1 | 0.22 |
| Hex | 1 | 0 | 70 | 63 | 64 | 0 | 38 | F1 | 64 | 16 |
| Octal | 1 | 0 | 160 | 143 | 144 | 0 | 70 | 361 | 144 | 26 |
| Binary | 1 | 0 | 1110000 | 1100011 | 1100100 | 0 | 111000 | 11110001 | 1100100 | 10110 |
Color Harmonies of #010070
Complementary color
Monochromatic Colors of #010070
Black with #010070
Text Example
Text Example
White with #010070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010070; }
p { color: rgb(1,0,112); }
H1.HeaderClassName
{
color: #010070;
}
.AnyTagClassName
{
color: #010070;
}
</style>
background-color css
<style>
a { background-color: #010070; }
a { background-color: rgb(1,0,112); }
div.DivClassName
{
background-color: #010070;
}
.BgClassName
{
background-color: #010070;
}
</style>
border-color css
<style>
span { border-color: #010070; }
span { border-color: rgb(1,0,112); }
td.TdClassName
{
border-color: #010070;
}
.TagClassName
{
border-color: #010070;
}
</style>