Shades of Navy Blue #1571DF
Tints of Navy Blue #1571DF
RGB
CMYK
RGB Variations
Color information
#1571DF (or 0x1571DF) is known color: Navy Blue. HEX triplet: 15, 71 and DF. RGB value is (21,113,223). Sum of RGB (Red+Green+Blue) = 21+113+223=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #1571DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1571DF is #EA8E20. Grayscale: #616161. Windows color (decimal): -15371809 or 14643477. OLE color: 14643477.
HSL color Cylindrical-coordinate representation of color #1571DF: hue angle of 212.67º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1571DF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 113 | 223 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.13 |
| HSL | 212.67º | 0.83% | 0.48% | - |
| HSV(B) | 212.67º | 0.91% | 0.87% | - |
| XYZ | 19.53 | 17.3 | 72.12 | - |
| YUV | 98.03 | 198.52 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 223 | 0.91 | 0.49 | 0 | 0.13 | 212.67 | 0.83 | 0.48 |
| Hex | 15 | 71 | DF | 5B | 31 | 0 | D | D5 | 53 | 30 |
| Octal | 25 | 161 | 337 | 133 | 61 | 0 | 15 | 325 | 123 | 60 |
| Binary | 10101 | 1110001 | 11011111 | 1011011 | 110001 | 0 | 1101 | 11010101 | 1010011 | 110000 |
Color Harmonies of #1571DF
Complementary color
Monochromatic Colors of #1571DF
Black with #1571DF
Text Example
Text Example
White with #1571DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1571DF; }
p { color: rgb(21,113,223); }
H1.HeaderClassName
{
color: #1571DF;
}
.AnyTagClassName
{
color: #1571DF;
}
</style>
background-color css
<style>
a { background-color: #1571DF; }
a { background-color: rgb(21,113,223); }
div.DivClassName
{
background-color: #1571DF;
}
.BgClassName
{
background-color: #1571DF;
}
</style>
border-color css
<style>
span { border-color: #1571DF; }
span { border-color: rgb(21,113,223); }
td.TdClassName
{
border-color: #1571DF;
}
.TagClassName
{
border-color: #1571DF;
}
</style>