Shades of Navy Blue #1571D9
Tints of Navy Blue #1571D9
RGB
CMYK
RGB Variations
Color information
#1571D9 (or 0x1571D9) is known color: Navy Blue. HEX triplet: 15, 71 and D9. RGB value is (21,113,217). Sum of RGB (Red+Green+Blue) = 21+113+217=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 217 (85.16% from 255 or 61.82% from 351); Max value from RGB is 217 - color contains mainly: blue. Hex color #1571D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1571D9 is #EA8E26. Grayscale: #606060. Windows color (decimal): -15371815 or 14250261. OLE color: 14250261.
HSL color Cylindrical-coordinate representation of color #1571D9: hue angle of 211.84º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1571D9 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 113 | 217 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.15 |
| HSL | 211.84º | 0.82% | 0.47% | - |
| HSV(B) | 211.84º | 0.9% | 0.85% | - |
| XYZ | 18.74 | 16.98 | 67.94 | - |
| YUV | 97.35 | 195.52 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 217 | 0.90 | 0.48 | 0 | 0.15 | 211.84 | 0.82 | 0.47 |
| Hex | 15 | 71 | D9 | 5A | 30 | 0 | F | D4 | 52 | 2F |
| Octal | 25 | 161 | 331 | 132 | 60 | 0 | 17 | 324 | 122 | 57 |
| Binary | 10101 | 1110001 | 11011001 | 1011010 | 110000 | 0 | 1111 | 11010100 | 1010010 | 101111 |
Color Harmonies of #1571D9
Complementary color
Monochromatic Colors of #1571D9
Black with #1571D9
Text Example
Text Example
White with #1571D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1571D9; }
p { color: rgb(21,113,217); }
H1.HeaderClassName
{
color: #1571D9;
}
.AnyTagClassName
{
color: #1571D9;
}
</style>
background-color css
<style>
a { background-color: #1571D9; }
a { background-color: rgb(21,113,217); }
div.DivClassName
{
background-color: #1571D9;
}
.BgClassName
{
background-color: #1571D9;
}
</style>
border-color css
<style>
span { border-color: #1571D9; }
span { border-color: rgb(21,113,217); }
td.TdClassName
{
border-color: #1571D9;
}
.TagClassName
{
border-color: #1571D9;
}
</style>