Shades of Navy Blue #1472CB
Tints of Navy Blue #1472CB
RGB
CMYK
RGB Variations
Color information
#1472CB (or 0x1472CB) is known color: Navy Blue. HEX triplet: 14, 72 and CB. RGB value is (20,114,203). Sum of RGB (Red+Green+Blue) = 20+114+203=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 203 (79.69% from 255 or 60.24% from 337); Max value from RGB is 203 - color contains mainly: blue. Hex color #1472CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1472CB is #EB8D34. Grayscale: #5F5F5F. Windows color (decimal): -15437109 or 13333012. OLE color: 13333012.
HSL color Cylindrical-coordinate representation of color #1472CB: hue angle of 209.18º 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 #1472CB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 114 | 203 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.20 |
| HSL | 209.18º | 0.82% | 0.44% | - |
| HSV(B) | 209.18º | 0.9% | 0.8% | - |
| XYZ | 17.09 | 16.5 | 58.78 | - |
| YUV | 96.04 | 188.36 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 203 | 0.90 | 0.44 | 0 | 0.20 | 209.18 | 0.82 | 0.44 |
| Hex | 14 | 72 | CB | 5A | 2C | 0 | 14 | D1 | 52 | 2C |
| Octal | 24 | 162 | 313 | 132 | 54 | 0 | 24 | 321 | 122 | 54 |
| Binary | 10100 | 1110010 | 11001011 | 1011010 | 101100 | 0 | 10100 | 11010001 | 1010010 | 101100 |
Color Harmonies of #1472CB
Complementary color
Monochromatic Colors of #1472CB
Black with #1472CB
Text Example
Text Example
White with #1472CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472CB; }
p { color: rgb(20,114,203); }
H1.HeaderClassName
{
color: #1472CB;
}
.AnyTagClassName
{
color: #1472CB;
}
</style>
background-color css
<style>
a { background-color: #1472CB; }
a { background-color: rgb(20,114,203); }
div.DivClassName
{
background-color: #1472CB;
}
.BgClassName
{
background-color: #1472CB;
}
</style>
border-color css
<style>
span { border-color: #1472CB; }
span { border-color: rgb(20,114,203); }
td.TdClassName
{
border-color: #1472CB;
}
.TagClassName
{
border-color: #1472CB;
}
</style>