Shades of Navy Blue #1471E4
Tints of Navy Blue #1471E4
RGB
CMYK
RGB Variations
Color information
#1471E4 (or 0x1471E4) is known color: Navy Blue. HEX triplet: 14, 71 and E4. RGB value is (20,113,228). Sum of RGB (Red+Green+Blue) = 20+113+228=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #1471E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471E4 is #EB8E1B. Grayscale: #616161. Windows color (decimal): -15437340 or 14971156. OLE color: 14971156.
HSL color Cylindrical-coordinate representation of color #1471E4: hue angle of 213.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1471E4 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 113 | 228 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.11 |
| HSL | 213.17º | 0.84% | 0.49% | - |
| HSV(B) | 213.17º | 0.91% | 0.89% | - |
| XYZ | 20.2 | 17.56 | 75.72 | - |
| YUV | 98.3 | 201.19 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 228 | 0.91 | 0.50 | 0 | 0.11 | 213.17 | 0.84 | 0.49 |
| Hex | 14 | 71 | E4 | 5B | 32 | 0 | B | D5 | 54 | 31 |
| Octal | 24 | 161 | 344 | 133 | 62 | 0 | 13 | 325 | 124 | 61 |
| Binary | 10100 | 1110001 | 11100100 | 1011011 | 110010 | 0 | 1011 | 11010101 | 1010100 | 110001 |
Color Harmonies of #1471E4
Complementary color
Monochromatic Colors of #1471E4
Black with #1471E4
Text Example
Text Example
White with #1471E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471E4; }
p { color: rgb(20,113,228); }
H1.HeaderClassName
{
color: #1471E4;
}
.AnyTagClassName
{
color: #1471E4;
}
</style>
background-color css
<style>
a { background-color: #1471E4; }
a { background-color: rgb(20,113,228); }
div.DivClassName
{
background-color: #1471E4;
}
.BgClassName
{
background-color: #1471E4;
}
</style>
border-color css
<style>
span { border-color: #1471E4; }
span { border-color: rgb(20,113,228); }
td.TdClassName
{
border-color: #1471E4;
}
.TagClassName
{
border-color: #1471E4;
}
</style>