Shades of Navy Blue #0171DD
Tints of Navy Blue #0171DD
RGB
CMYK
RGB Variations
Color information
#0171DD (or 0x0171DD) is known color: Navy Blue. HEX triplet: 01, 71 and DD. RGB value is (1,113,221). Sum of RGB (Red+Green+Blue) = 1+113+221=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #0171DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0171DD is #FE8E22. Grayscale: #5B5B5B. Windows color (decimal): -16682531 or 14512385. OLE color: 14512385.
HSL color Cylindrical-coordinate representation of color #0171DD: hue angle of 209.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0171DD is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 113 | 221 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.13 |
| HSL | 209.45º | 0.99% | 0.44% | - |
| HSV(B) | 209.45º | 1% | 0.87% | - |
| XYZ | 18.97 | 17.04 | 70.7 | - |
| YUV | 91.82 | 200.89 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 221 | 1.00 | 0.49 | 0 | 0.13 | 209.45 | 0.99 | 0.44 |
| Hex | 1 | 71 | DD | 64 | 31 | 0 | D | D1 | 63 | 2C |
| Octal | 1 | 161 | 335 | 144 | 61 | 0 | 15 | 321 | 143 | 54 |
| Binary | 1 | 1110001 | 11011101 | 1100100 | 110001 | 0 | 1101 | 11010001 | 1100011 | 101100 |
Color Harmonies of #0171DD
Complementary color
Monochromatic Colors of #0171DD
Black with #0171DD
Text Example
Text Example
White with #0171DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0171DD; }
p { color: rgb(1,113,221); }
H1.HeaderClassName
{
color: #0171DD;
}
.AnyTagClassName
{
color: #0171DD;
}
</style>
background-color css
<style>
a { background-color: #0171DD; }
a { background-color: rgb(1,113,221); }
div.DivClassName
{
background-color: #0171DD;
}
.BgClassName
{
background-color: #0171DD;
}
</style>
border-color css
<style>
span { border-color: #0171DD; }
span { border-color: rgb(1,113,221); }
td.TdClassName
{
border-color: #0171DD;
}
.TagClassName
{
border-color: #0171DD;
}
</style>