Shades of Navy Blue #147EDA
Tints of Navy Blue #147EDA
RGB
CMYK
RGB Variations
Color information
#147EDA (or 0x147EDA) is known color: Navy Blue. HEX triplet: 14, 7E and DA. RGB value is (20,126,218). Sum of RGB (Red+Green+Blue) = 20+126+218=364 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.49% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #147EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EDA is #EB8125. Grayscale: #686868. Windows color (decimal): -15434022 or 14319124. OLE color: 14319124.
HSL color Cylindrical-coordinate representation of color #147EDA: hue angle of 207.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147EDA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 126 | 218 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.15 |
| HSL | 207.88º | 0.83% | 0.47% | - |
| HSV(B) | 207.88º | 0.91% | 0.85% | - |
| XYZ | 20.4 | 20.13 | 69.14 | - |
| YUV | 104.79 | 191.88 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 218 | 0.91 | 0.42 | 0 | 0.15 | 207.88 | 0.83 | 0.47 |
| Hex | 14 | 7E | DA | 5B | 2A | 0 | F | D0 | 53 | 2F |
| Octal | 24 | 176 | 332 | 133 | 52 | 0 | 17 | 320 | 123 | 57 |
| Binary | 10100 | 1111110 | 11011010 | 1011011 | 101010 | 0 | 1111 | 11010000 | 1010011 | 101111 |
Color Harmonies of #147EDA
Complementary color
Monochromatic Colors of #147EDA
Black with #147EDA
Text Example
Text Example
White with #147EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EDA; }
p { color: rgb(20,126,218); }
H1.HeaderClassName
{
color: #147EDA;
}
.AnyTagClassName
{
color: #147EDA;
}
</style>
background-color css
<style>
a { background-color: #147EDA; }
a { background-color: rgb(20,126,218); }
div.DivClassName
{
background-color: #147EDA;
}
.BgClassName
{
background-color: #147EDA;
}
</style>
border-color css
<style>
span { border-color: #147EDA; }
span { border-color: rgb(20,126,218); }
td.TdClassName
{
border-color: #147EDA;
}
.TagClassName
{
border-color: #147EDA;
}
</style>