Shades of Navy Blue #1470CF
Tints of Navy Blue #1470CF
RGB
CMYK
RGB Variations
Color information
#1470CF (or 0x1470CF) is known color: Navy Blue. HEX triplet: 14, 70 and CF. RGB value is (20,112,207). Sum of RGB (Red+Green+Blue) = 20+112+207=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #1470CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1470CF is #EB8F30. Grayscale: #5E5E5E. Windows color (decimal): -15437617 or 13594644. OLE color: 13594644.
HSL color Cylindrical-coordinate representation of color #1470CF: hue angle of 210.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1470CF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 112 | 207 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.19 |
| HSL | 210.48º | 0.82% | 0.45% | - |
| HSV(B) | 210.48º | 0.9% | 0.81% | - |
| XYZ | 17.35 | 16.24 | 61.25 | - |
| YUV | 95.32 | 191.02 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 207 | 0.90 | 0.46 | 0 | 0.19 | 210.48 | 0.82 | 0.45 |
| Hex | 14 | 70 | CF | 5A | 2E | 0 | 13 | D2 | 52 | 2D |
| Octal | 24 | 160 | 317 | 132 | 56 | 0 | 23 | 322 | 122 | 55 |
| Binary | 10100 | 1110000 | 11001111 | 1011010 | 101110 | 0 | 10011 | 11010010 | 1010010 | 101101 |
Color Harmonies of #1470CF
Complementary color
Monochromatic Colors of #1470CF
Black with #1470CF
Text Example
Text Example
White with #1470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1470CF; }
p { color: rgb(20,112,207); }
H1.HeaderClassName
{
color: #1470CF;
}
.AnyTagClassName
{
color: #1470CF;
}
</style>
background-color css
<style>
a { background-color: #1470CF; }
a { background-color: rgb(20,112,207); }
div.DivClassName
{
background-color: #1470CF;
}
.BgClassName
{
background-color: #1470CF;
}
</style>
border-color css
<style>
span { border-color: #1470CF; }
span { border-color: rgb(20,112,207); }
td.TdClassName
{
border-color: #1470CF;
}
.TagClassName
{
border-color: #1470CF;
}
</style>