Shades of Navy Blue #147CE0
Tints of Navy Blue #147CE0
RGB
CMYK
RGB Variations
Color information
#147CE0 (or 0x147CE0) is known color: Navy Blue. HEX triplet: 14, 7C and E0. RGB value is (20,124,224). Sum of RGB (Red+Green+Blue) = 20+124+224=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #147CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CE0 is #EB831F. Grayscale: #676767. Windows color (decimal): -15434528 or 14711828. OLE color: 14711828.
HSL color Cylindrical-coordinate representation of color #147CE0: hue angle of 209.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147CE0 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 124 | 224 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.12 |
| HSL | 209.41º | 0.84% | 0.48% | - |
| HSV(B) | 209.41º | 0.91% | 0.88% | - |
| XYZ | 20.95 | 19.95 | 73.27 | - |
| YUV | 104.3 | 195.54 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 224 | 0.91 | 0.45 | 0 | 0.12 | 209.41 | 0.84 | 0.48 |
| Hex | 14 | 7C | E0 | 5B | 2D | 0 | C | D1 | 54 | 30 |
| Octal | 24 | 174 | 340 | 133 | 55 | 0 | 14 | 321 | 124 | 60 |
| Binary | 10100 | 1111100 | 11100000 | 1011011 | 101101 | 0 | 1100 | 11010001 | 1010100 | 110000 |
Color Harmonies of #147CE0
Complementary color
Monochromatic Colors of #147CE0
Black with #147CE0
Text Example
Text Example
White with #147CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CE0; }
p { color: rgb(20,124,224); }
H1.HeaderClassName
{
color: #147CE0;
}
.AnyTagClassName
{
color: #147CE0;
}
</style>
background-color css
<style>
a { background-color: #147CE0; }
a { background-color: rgb(20,124,224); }
div.DivClassName
{
background-color: #147CE0;
}
.BgClassName
{
background-color: #147CE0;
}
</style>
border-color css
<style>
span { border-color: #147CE0; }
span { border-color: rgb(20,124,224); }
td.TdClassName
{
border-color: #147CE0;
}
.TagClassName
{
border-color: #147CE0;
}
</style>