Shades of Navy Blue #1471DF
Tints of Navy Blue #1471DF
RGB
CMYK
RGB Variations
Color information
#1471DF (or 0x1471DF) is known color: Navy Blue. HEX triplet: 14, 71 and DF. RGB value is (20,113,223). Sum of RGB (Red+Green+Blue) = 20+113+223=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #1471DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471DF is #EB8E20. Grayscale: #616161. Windows color (decimal): -15437345 or 14643476. OLE color: 14643476.
HSL color Cylindrical-coordinate representation of color #1471DF: hue angle of 212.51º degrees, saturation: 0.84, 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 #1471DF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 113 | 223 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.13 |
| HSL | 212.51º | 0.84% | 0.48% | - |
| HSV(B) | 212.51º | 0.91% | 0.87% | - |
| XYZ | 19.51 | 17.29 | 72.12 | - |
| YUV | 97.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 223 | 0.91 | 0.49 | 0 | 0.13 | 212.51 | 0.84 | 0.48 |
| Hex | 14 | 71 | DF | 5B | 31 | 0 | D | D5 | 54 | 30 |
| Octal | 24 | 161 | 337 | 133 | 61 | 0 | 15 | 325 | 124 | 60 |
| Binary | 10100 | 1110001 | 11011111 | 1011011 | 110001 | 0 | 1101 | 11010101 | 1010100 | 110000 |
Color Harmonies of #1471DF
Complementary color
Monochromatic Colors of #1471DF
Black with #1471DF
Text Example
Text Example
White with #1471DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471DF; }
p { color: rgb(20,113,223); }
H1.HeaderClassName
{
color: #1471DF;
}
.AnyTagClassName
{
color: #1471DF;
}
</style>
background-color css
<style>
a { background-color: #1471DF; }
a { background-color: rgb(20,113,223); }
div.DivClassName
{
background-color: #1471DF;
}
.BgClassName
{
background-color: #1471DF;
}
</style>
border-color css
<style>
span { border-color: #1471DF; }
span { border-color: rgb(20,113,223); }
td.TdClassName
{
border-color: #1471DF;
}
.TagClassName
{
border-color: #1471DF;
}
</style>