Shades of Navy Blue #1471CD
Tints of Navy Blue #1471CD
RGB
CMYK
RGB Variations
Color information
#1471CD (or 0x1471CD) is known color: Navy Blue. HEX triplet: 14, 71 and CD. RGB value is (20,113,205). Sum of RGB (Red+Green+Blue) = 20+113+205=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #1471CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471CD is #EB8E32. Grayscale: #5F5F5F. Windows color (decimal): -15437363 or 13463828. OLE color: 13463828.
HSL color Cylindrical-coordinate representation of color #1471CD: hue angle of 209.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1471CD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 113 | 205 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.20 |
| HSL | 209.84º | 0.82% | 0.44% | - |
| HSV(B) | 209.84º | 0.9% | 0.8% | - |
| XYZ | 17.21 | 16.37 | 60.01 | - |
| YUV | 95.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 205 | 0.90 | 0.45 | 0 | 0.20 | 209.84 | 0.82 | 0.44 |
| Hex | 14 | 71 | CD | 5A | 2D | 0 | 14 | D2 | 52 | 2C |
| Octal | 24 | 161 | 315 | 132 | 55 | 0 | 24 | 322 | 122 | 54 |
| Binary | 10100 | 1110001 | 11001101 | 1011010 | 101101 | 0 | 10100 | 11010010 | 1010010 | 101100 |
Color Harmonies of #1471CD
Complementary color
Monochromatic Colors of #1471CD
Black with #1471CD
Text Example
Text Example
White with #1471CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471CD; }
p { color: rgb(20,113,205); }
H1.HeaderClassName
{
color: #1471CD;
}
.AnyTagClassName
{
color: #1471CD;
}
</style>
background-color css
<style>
a { background-color: #1471CD; }
a { background-color: rgb(20,113,205); }
div.DivClassName
{
background-color: #1471CD;
}
.BgClassName
{
background-color: #1471CD;
}
</style>
border-color css
<style>
span { border-color: #1471CD; }
span { border-color: rgb(20,113,205); }
td.TdClassName
{
border-color: #1471CD;
}
.TagClassName
{
border-color: #1471CD;
}
</style>