Shades of Navy Blue #1471CC
Tints of Navy Blue #1471CC
RGB
CMYK
RGB Variations
Color information
#1471CC (or 0x1471CC) is known color: Navy Blue. HEX triplet: 14, 71 and CC. RGB value is (20,113,204). Sum of RGB (Red+Green+Blue) = 20+113+204=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #1471CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1471CC is #EB8E33. Grayscale: #5F5F5F. Windows color (decimal): -15437364 or 13398292. OLE color: 13398292.
HSL color Cylindrical-coordinate representation of color #1471CC: hue angle of 209.67º 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 #1471CC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 113 | 204 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.2 |
| HSL | 209.67º | 0.82% | 0.44% | - |
| HSV(B) | 209.67º | 0.9% | 0.8% | - |
| XYZ | 17.09 | 16.32 | 59.38 | - |
| YUV | 95.57 | 189.19 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 204 | 0.90 | 0.45 | 0 | 0.2 | 209.67 | 0.82 | 0.44 |
| Hex | 14 | 71 | CC | 5A | 2D | 0 | 14 | D2 | 52 | 2C |
| Octal | 24 | 161 | 314 | 132 | 55 | 0 | 24 | 322 | 122 | 54 |
| Binary | 10100 | 1110001 | 11001100 | 1011010 | 101101 | 0 | 10100 | 11010010 | 1010010 | 101100 |
Color Harmonies of #1471CC
Complementary color
Monochromatic Colors of #1471CC
Black with #1471CC
Text Example
Text Example
White with #1471CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1471CC; }
p { color: rgb(20,113,204); }
H1.HeaderClassName
{
color: #1471CC;
}
.AnyTagClassName
{
color: #1471CC;
}
</style>
background-color css
<style>
a { background-color: #1471CC; }
a { background-color: rgb(20,113,204); }
div.DivClassName
{
background-color: #1471CC;
}
.BgClassName
{
background-color: #1471CC;
}
</style>
border-color css
<style>
span { border-color: #1471CC; }
span { border-color: rgb(20,113,204); }
td.TdClassName
{
border-color: #1471CC;
}
.TagClassName
{
border-color: #1471CC;
}
</style>