Shades of Navy #001071
Tints of Navy #001071
RGB
CMYK
RGB Variations
Color information
#001071 (or 0x001071) is known color: Navy. HEX triplet: 00, 10 and 71. RGB value is (0,16,113). Sum of RGB (Red+Green+Blue) = 0+16+113=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 113 (44.53% from 255 or 87.60% from 129); Max value from RGB is 113 - color contains mainly: blue. Hex color #001071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001071 is #FFEF8E. Grayscale: #151515. Windows color (decimal): -16773007 or 7409664. OLE color: 7409664.
HSL color Cylindrical-coordinate representation of color #001071: hue angle of 231.5º 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 #001071 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 16 | 113 | - |
| CMYK | 1 | 0.86 | 0 | 0.56 |
| HSL | 231.5º | 1% | 0.22% | - |
| HSV(B) | 231.5º | 1% | 0.44% | - |
| XYZ | 3.17 | 1.56 | 15.76 | - |
| YUV | 22.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 113 | 1 | 0.86 | 0 | 0.56 | 231.5 | 1 | 0.22 |
| Hex | 0 | 10 | 71 | 64 | 56 | 0 | 38 | E8 | 64 | 16 |
| Octal | 0 | 20 | 161 | 144 | 126 | 0 | 70 | 350 | 144 | 26 |
| Binary | 0 | 10000 | 1110001 | 1100100 | 1010110 | 0 | 111000 | 11101000 | 1100100 | 10110 |
Color Harmonies of #001071
Complementary color
Monochromatic Colors of #001071
Black with #001071
Text Example
Text Example
White with #001071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001071; }
p { color: rgb(0,16,113); }
H1.HeaderClassName
{
color: #001071;
}
.AnyTagClassName
{
color: #001071;
}
</style>
background-color css
<style>
a { background-color: #001071; }
a { background-color: rgb(0,16,113); }
div.DivClassName
{
background-color: #001071;
}
.BgClassName
{
background-color: #001071;
}
</style>
border-color css
<style>
span { border-color: #001071; }
span { border-color: rgb(0,16,113); }
td.TdClassName
{
border-color: #001071;
}
.TagClassName
{
border-color: #001071;
}
</style>