Shades of Navy Blue #147CE1
Tints of Navy Blue #147CE1
RGB
CMYK
RGB Variations
Color information
#147CE1 (or 0x147CE1) is known color: Navy Blue. HEX triplet: 14, 7C and E1. RGB value is (20,124,225). Sum of RGB (Red+Green+Blue) = 20+124+225=369 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.42% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #147CE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147CE1 is #EB831E. Grayscale: #676767. Windows color (decimal): -15434527 or 14777364. OLE color: 14777364.
HSL color Cylindrical-coordinate representation of color #147CE1: hue angle of 209.56º 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 #147CE1 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 124 | 225 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.12 |
| HSL | 209.56º | 0.84% | 0.48% | - |
| HSV(B) | 209.56º | 0.91% | 0.88% | - |
| XYZ | 21.09 | 20 | 73.98 | - |
| YUV | 104.42 | 196.04 | 67.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 124 | 225 | 0.91 | 0.45 | 0 | 0.12 | 209.56 | 0.84 | 0.48 |
| Hex | 14 | 7C | E1 | 5B | 2D | 0 | C | D2 | 54 | 30 |
| Octal | 24 | 174 | 341 | 133 | 55 | 0 | 14 | 322 | 124 | 60 |
| Binary | 10100 | 1111100 | 11100001 | 1011011 | 101101 | 0 | 1100 | 11010010 | 1010100 | 110000 |
Color Harmonies of #147CE1
Complementary color
Monochromatic Colors of #147CE1
Black with #147CE1
Text Example
Text Example
White with #147CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147CE1; }
p { color: rgb(20,124,225); }
H1.HeaderClassName
{
color: #147CE1;
}
.AnyTagClassName
{
color: #147CE1;
}
</style>
background-color css
<style>
a { background-color: #147CE1; }
a { background-color: rgb(20,124,225); }
div.DivClassName
{
background-color: #147CE1;
}
.BgClassName
{
background-color: #147CE1;
}
</style>
border-color css
<style>
span { border-color: #147CE1; }
span { border-color: rgb(20,124,225); }
td.TdClassName
{
border-color: #147CE1;
}
.TagClassName
{
border-color: #147CE1;
}
</style>