Shades of Navy Blue #147ECF
Tints of Navy Blue #147ECF
RGB
CMYK
RGB Variations
Color information
#147ECF (or 0x147ECF) is known color: Navy Blue. HEX triplet: 14, 7E and CF. RGB value is (20,126,207). Sum of RGB (Red+Green+Blue) = 20+126+207=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #147ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147ECF is #EB8130. Grayscale: #676767. Windows color (decimal): -15434033 or 13598228. OLE color: 13598228.
HSL color Cylindrical-coordinate representation of color #147ECF: hue angle of 205.99º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #147ECF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 126 | 207 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.19 |
| HSL | 205.99º | 0.82% | 0.45% | - |
| HSV(B) | 205.99º | 0.9% | 0.81% | - |
| XYZ | 19.01 | 19.58 | 61.81 | - |
| YUV | 103.54 | 186.38 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 207 | 0.90 | 0.39 | 0 | 0.19 | 205.99 | 0.82 | 0.45 |
| Hex | 14 | 7E | CF | 5A | 27 | 0 | 13 | CE | 52 | 2D |
| Octal | 24 | 176 | 317 | 132 | 47 | 0 | 23 | 316 | 122 | 55 |
| Binary | 10100 | 1111110 | 11001111 | 1011010 | 100111 | 0 | 10011 | 11001110 | 1010010 | 101101 |
Color Harmonies of #147ECF
Complementary color
Monochromatic Colors of #147ECF
Black with #147ECF
Text Example
Text Example
White with #147ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147ECF; }
p { color: rgb(20,126,207); }
H1.HeaderClassName
{
color: #147ECF;
}
.AnyTagClassName
{
color: #147ECF;
}
</style>
background-color css
<style>
a { background-color: #147ECF; }
a { background-color: rgb(20,126,207); }
div.DivClassName
{
background-color: #147ECF;
}
.BgClassName
{
background-color: #147ECF;
}
</style>
border-color css
<style>
span { border-color: #147ECF; }
span { border-color: rgb(20,126,207); }
td.TdClassName
{
border-color: #147ECF;
}
.TagClassName
{
border-color: #147ECF;
}
</style>