Shades of Navy Blue #1472CD
Tints of Navy Blue #1472CD
RGB
CMYK
RGB Variations
Color information
#1472CD (or 0x1472CD) is known color: Navy Blue. HEX triplet: 14, 72 and CD. RGB value is (20,114,205). Sum of RGB (Red+Green+Blue) = 20+114+205=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 205 (80.47% from 255 or 60.47% from 339); Max value from RGB is 205 - color contains mainly: blue. Hex color #1472CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472CD is #EB8D32. Grayscale: #5F5F5F. Windows color (decimal): -15437107 or 13464084. OLE color: 13464084.
HSL color Cylindrical-coordinate representation of color #1472CD: hue angle of 209.51º 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 #1472CD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 114 | 205 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.20 |
| HSL | 209.51º | 0.82% | 0.44% | - |
| HSV(B) | 209.51º | 0.9% | 0.8% | - |
| XYZ | 17.33 | 16.59 | 60.05 | - |
| YUV | 96.27 | 189.36 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 205 | 0.90 | 0.44 | 0 | 0.20 | 209.51 | 0.82 | 0.44 |
| Hex | 14 | 72 | CD | 5A | 2C | 0 | 14 | D2 | 52 | 2C |
| Octal | 24 | 162 | 315 | 132 | 54 | 0 | 24 | 322 | 122 | 54 |
| Binary | 10100 | 1110010 | 11001101 | 1011010 | 101100 | 0 | 10100 | 11010010 | 1010010 | 101100 |
Color Harmonies of #1472CD
Complementary color
Monochromatic Colors of #1472CD
Black with #1472CD
Text Example
Text Example
White with #1472CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472CD; }
p { color: rgb(20,114,205); }
H1.HeaderClassName
{
color: #1472CD;
}
.AnyTagClassName
{
color: #1472CD;
}
</style>
background-color css
<style>
a { background-color: #1472CD; }
a { background-color: rgb(20,114,205); }
div.DivClassName
{
background-color: #1472CD;
}
.BgClassName
{
background-color: #1472CD;
}
</style>
border-color css
<style>
span { border-color: #1472CD; }
span { border-color: rgb(20,114,205); }
td.TdClassName
{
border-color: #1472CD;
}
.TagClassName
{
border-color: #1472CD;
}
</style>