Shades of Navy Blue #147EDE
Tints of Navy Blue #147EDE
RGB
CMYK
RGB Variations
Color information
#147EDE (or 0x147EDE) is known color: Navy Blue. HEX triplet: 14, 7E and DE. RGB value is (20,126,222). Sum of RGB (Red+Green+Blue) = 20+126+222=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #147EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147EDE is #EB8121. Grayscale: #686868. Windows color (decimal): -15434018 or 14581268. OLE color: 14581268.
HSL color Cylindrical-coordinate representation of color #147EDE: hue angle of 208.51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147EDE is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 126 | 222 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.13 |
| HSL | 208.51º | 0.83% | 0.47% | - |
| HSV(B) | 208.51º | 0.91% | 0.87% | - |
| XYZ | 20.93 | 20.34 | 71.93 | - |
| YUV | 105.25 | 193.88 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 222 | 0.91 | 0.43 | 0 | 0.13 | 208.51 | 0.83 | 0.47 |
| Hex | 14 | 7E | DE | 5B | 2B | 0 | D | D1 | 53 | 2F |
| Octal | 24 | 176 | 336 | 133 | 53 | 0 | 15 | 321 | 123 | 57 |
| Binary | 10100 | 1111110 | 11011110 | 1011011 | 101011 | 0 | 1101 | 11010001 | 1010011 | 101111 |
Color Harmonies of #147EDE
Complementary color
Monochromatic Colors of #147EDE
Black with #147EDE
Text Example
Text Example
White with #147EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147EDE; }
p { color: rgb(20,126,222); }
H1.HeaderClassName
{
color: #147EDE;
}
.AnyTagClassName
{
color: #147EDE;
}
</style>
background-color css
<style>
a { background-color: #147EDE; }
a { background-color: rgb(20,126,222); }
div.DivClassName
{
background-color: #147EDE;
}
.BgClassName
{
background-color: #147EDE;
}
</style>
border-color css
<style>
span { border-color: #147EDE; }
span { border-color: rgb(20,126,222); }
td.TdClassName
{
border-color: #147EDE;
}
.TagClassName
{
border-color: #147EDE;
}
</style>