Shades of Navy #000171
Tints of Navy #000171
RGB
CMYK
RGB Variations
Color information
#000171 (or 0x000171) is known color: Navy. HEX triplet: 00, 01 and 71. RGB value is (0,1,113). Sum of RGB (Red+Green+Blue) = 0+1+113=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 113 (44.53% from 255 or 99.12% from 114); Max value from RGB is 113 - color contains mainly: blue. Hex color #000171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000171 is #FFFE8E. Grayscale: #0D0D0D. Windows color (decimal): -16776847 or 7405824. OLE color: 7405824.
HSL color Cylindrical-coordinate representation of color #000171: hue angle of 239.47º 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 #000171 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 1 | 113 | - |
| CMYK | 1 | 0.99 | 0 | 0.56 |
| HSL | 239.47º | 1% | 0.22% | - |
| HSV(B) | 239.47º | 1% | 0.44% | - |
| XYZ | 2.99 | 1.21 | 15.7 | - |
| YUV | 13.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 1 | 113 | 1 | 0.99 | 0 | 0.56 | 239.47 | 1 | 0.22 |
| Hex | 0 | 1 | 71 | 64 | 63 | 0 | 38 | EF | 64 | 16 |
| Octal | 0 | 1 | 161 | 144 | 143 | 0 | 70 | 357 | 144 | 26 |
| Binary | 0 | 1 | 1110001 | 1100100 | 1100011 | 0 | 111000 | 11101111 | 1100100 | 10110 |
Color Harmonies of #000171
Complementary color
Monochromatic Colors of #000171
Black with #000171
Text Example
Text Example
White with #000171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000171; }
p { color: rgb(0,1,113); }
H1.HeaderClassName
{
color: #000171;
}
.AnyTagClassName
{
color: #000171;
}
</style>
background-color css
<style>
a { background-color: #000171; }
a { background-color: rgb(0,1,113); }
div.DivClassName
{
background-color: #000171;
}
.BgClassName
{
background-color: #000171;
}
</style>
border-color css
<style>
span { border-color: #000171; }
span { border-color: rgb(0,1,113); }
td.TdClassName
{
border-color: #000171;
}
.TagClassName
{
border-color: #000171;
}
</style>