Shades of Navy Blue #147ED0
Tints of Navy Blue #147ED0
RGB
CMYK
RGB Variations
Color information
#147ED0 (or 0x147ED0) is known color: Navy Blue. HEX triplet: 14, 7E and D0. RGB value is (20,126,208). Sum of RGB (Red+Green+Blue) = 20+126+208=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #147ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ED0 is #EB812F. Grayscale: #676767. Windows color (decimal): -15434032 or 13663764. OLE color: 13663764.
HSL color Cylindrical-coordinate representation of color #147ED0: hue angle of 206.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147ED0 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 126 | 208 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.18 |
| HSL | 206.17º | 0.82% | 0.45% | - |
| HSV(B) | 206.17º | 0.9% | 0.82% | - |
| XYZ | 19.13 | 19.62 | 62.45 | - |
| YUV | 103.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 208 | 0.90 | 0.39 | 0 | 0.18 | 206.17 | 0.82 | 0.45 |
| Hex | 14 | 7E | D0 | 5A | 27 | 0 | 12 | CE | 52 | 2D |
| Octal | 24 | 176 | 320 | 132 | 47 | 0 | 22 | 316 | 122 | 55 |
| Binary | 10100 | 1111110 | 11010000 | 1011010 | 100111 | 0 | 10010 | 11001110 | 1010010 | 101101 |
Color Harmonies of #147ED0
Complementary color
Monochromatic Colors of #147ED0
Black with #147ED0
Text Example
Text Example
White with #147ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ED0; }
p { color: rgb(20,126,208); }
H1.HeaderClassName
{
color: #147ED0;
}
.AnyTagClassName
{
color: #147ED0;
}
</style>
background-color css
<style>
a { background-color: #147ED0; }
a { background-color: rgb(20,126,208); }
div.DivClassName
{
background-color: #147ED0;
}
.BgClassName
{
background-color: #147ED0;
}
</style>
border-color css
<style>
span { border-color: #147ED0; }
span { border-color: rgb(20,126,208); }
td.TdClassName
{
border-color: #147ED0;
}
.TagClassName
{
border-color: #147ED0;
}
</style>