Shades of Navy Blue #147EC9
Tints of Navy Blue #147EC9
RGB
CMYK
RGB Variations
Color information
#147EC9 (or 0x147EC9) is known color: Navy Blue. HEX triplet: 14, 7E and C9. RGB value is (20,126,201). Sum of RGB (Red+Green+Blue) = 20+126+201=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #147EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EC9 is #EB8136. Grayscale: #666666. Windows color (decimal): -15434039 or 13205012. OLE color: 13205012.
HSL color Cylindrical-coordinate representation of color #147EC9: hue angle of 204.86º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147EC9 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 126 | 201 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.21 |
| HSL | 204.86º | 0.82% | 0.43% | - |
| HSV(B) | 204.86º | 0.9% | 0.79% | - |
| XYZ | 18.29 | 19.29 | 58.02 | - |
| YUV | 102.86 | 183.38 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 201 | 0.90 | 0.37 | 0 | 0.21 | 204.86 | 0.82 | 0.43 |
| Hex | 14 | 7E | C9 | 5A | 25 | 0 | 15 | CD | 52 | 2B |
| Octal | 24 | 176 | 311 | 132 | 45 | 0 | 25 | 315 | 122 | 53 |
| Binary | 10100 | 1111110 | 11001001 | 1011010 | 100101 | 0 | 10101 | 11001101 | 1010010 | 101011 |
Color Harmonies of #147EC9
Complementary color
Monochromatic Colors of #147EC9
Black with #147EC9
Text Example
Text Example
White with #147EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EC9; }
p { color: rgb(20,126,201); }
H1.HeaderClassName
{
color: #147EC9;
}
.AnyTagClassName
{
color: #147EC9;
}
</style>
background-color css
<style>
a { background-color: #147EC9; }
a { background-color: rgb(20,126,201); }
div.DivClassName
{
background-color: #147EC9;
}
.BgClassName
{
background-color: #147EC9;
}
</style>
border-color css
<style>
span { border-color: #147EC9; }
span { border-color: rgb(20,126,201); }
td.TdClassName
{
border-color: #147EC9;
}
.TagClassName
{
border-color: #147EC9;
}
</style>