Shades of Navy Blue #1471DD
Tints of Navy Blue #1471DD
RGB
CMYK
RGB Variations
Color information
#1471DD (or 0x1471DD) is known color: Navy Blue. HEX triplet: 14, 71 and DD. RGB value is (20,113,221). Sum of RGB (Red+Green+Blue) = 20+113+221=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #1471DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471DD is #EB8E22. Grayscale: #606060. Windows color (decimal): -15437347 or 14512404. OLE color: 14512404.
HSL color Cylindrical-coordinate representation of color #1471DD: hue angle of 212.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1471DD is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 113 | 221 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.13 |
| HSL | 212.24º | 0.83% | 0.47% | - |
| HSV(B) | 212.24º | 0.91% | 0.87% | - |
| XYZ | 19.24 | 17.18 | 70.71 | - |
| YUV | 97.51 | 197.69 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 221 | 0.91 | 0.49 | 0 | 0.13 | 212.24 | 0.83 | 0.47 |
| Hex | 14 | 71 | DD | 5B | 31 | 0 | D | D4 | 53 | 2F |
| Octal | 24 | 161 | 335 | 133 | 61 | 0 | 15 | 324 | 123 | 57 |
| Binary | 10100 | 1110001 | 11011101 | 1011011 | 110001 | 0 | 1101 | 11010100 | 1010011 | 101111 |
Color Harmonies of #1471DD
Complementary color
Monochromatic Colors of #1471DD
Black with #1471DD
Text Example
Text Example
White with #1471DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471DD; }
p { color: rgb(20,113,221); }
H1.HeaderClassName
{
color: #1471DD;
}
.AnyTagClassName
{
color: #1471DD;
}
</style>
background-color css
<style>
a { background-color: #1471DD; }
a { background-color: rgb(20,113,221); }
div.DivClassName
{
background-color: #1471DD;
}
.BgClassName
{
background-color: #1471DD;
}
</style>
border-color css
<style>
span { border-color: #1471DD; }
span { border-color: rgb(20,113,221); }
td.TdClassName
{
border-color: #1471DD;
}
.TagClassName
{
border-color: #1471DD;
}
</style>