Shades of Navy Blue #0171D0
Tints of Navy Blue #0171D0
RGB
CMYK
RGB Variations
Color information
#0171D0 (or 0x0171D0) is known color: Navy Blue. HEX triplet: 01, 71 and D0. RGB value is (1,113,208). Sum of RGB (Red+Green+Blue) = 1+113+208=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 208 (81.64% from 255 or 64.60% from 322); Max value from RGB is 208 - color contains mainly: blue. Hex color #0171D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0171D0 is #FE8E2F. Grayscale: #595959. Windows color (decimal): -16682544 or 13660417. OLE color: 13660417.
HSL color Cylindrical-coordinate representation of color #0171D0: hue angle of 207.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0171D0 is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 113 | 208 | - |
| CMYK | 1.00 | 0.46 | 0 | 0.18 |
| HSL | 207.54º | 0.99% | 0.41% | - |
| HSV(B) | 207.54º | 1% | 0.82% | - |
| XYZ | 17.3 | 16.37 | 61.92 | - |
| YUV | 90.34 | 194.39 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 208 | 1.00 | 0.46 | 0 | 0.18 | 207.54 | 0.99 | 0.41 |
| Hex | 1 | 71 | D0 | 64 | 2E | 0 | 12 | D0 | 63 | 29 |
| Octal | 1 | 161 | 320 | 144 | 56 | 0 | 22 | 320 | 143 | 51 |
| Binary | 1 | 1110001 | 11010000 | 1100100 | 101110 | 0 | 10010 | 11010000 | 1100011 | 101001 |
Color Harmonies of #0171D0
Complementary color
Monochromatic Colors of #0171D0
Black with #0171D0
Text Example
Text Example
White with #0171D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0171D0; }
p { color: rgb(1,113,208); }
H1.HeaderClassName
{
color: #0171D0;
}
.AnyTagClassName
{
color: #0171D0;
}
</style>
background-color css
<style>
a { background-color: #0171D0; }
a { background-color: rgb(1,113,208); }
div.DivClassName
{
background-color: #0171D0;
}
.BgClassName
{
background-color: #0171D0;
}
</style>
border-color css
<style>
span { border-color: #0171D0; }
span { border-color: rgb(1,113,208); }
td.TdClassName
{
border-color: #0171D0;
}
.TagClassName
{
border-color: #0171D0;
}
</style>