Shades of Eastern Blue #147E99
Tints of Eastern Blue #147E99
RGB
CMYK
RGB Variations
Color information
#147E99 (or 0x147E99) is known color: Eastern Blue. HEX triplet: 14, 7E and 99. RGB value is (20,126,153). Sum of RGB (Red+Green+Blue) = 20+126+153=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #147E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147E99 is #EB8166. Grayscale: #616161. Windows color (decimal): -15434087 or 10059284. OLE color: 10059284.
HSL color Cylindrical-coordinate representation of color #147E99: hue angle of 192.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147E99 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 126 | 153 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.4 |
| HSL | 192.18º | 0.77% | 0.34% | - |
| HSV(B) | 192.18º | 0.87% | 0.6% | - |
| XYZ | 13.5 | 17.37 | 32.78 | - |
| YUV | 97.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 126 | 153 | 0.87 | 0.18 | 0 | 0.4 | 192.18 | 0.77 | 0.34 |
| Hex | 14 | 7E | 99 | 57 | 12 | 0 | 28 | C0 | 4D | 22 |
| Octal | 24 | 176 | 231 | 127 | 22 | 0 | 50 | 300 | 115 | 42 |
| Binary | 10100 | 1111110 | 10011001 | 1010111 | 10010 | 0 | 101000 | 11000000 | 1001101 | 100010 |
Color Harmonies of #147E99
Complementary color
Monochromatic Colors of #147E99
Black with #147E99
Text Example
Text Example
White with #147E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147E99; }
p { color: rgb(20,126,153); }
H1.HeaderClassName
{
color: #147E99;
}
.AnyTagClassName
{
color: #147E99;
}
</style>
background-color css
<style>
a { background-color: #147E99; }
a { background-color: rgb(20,126,153); }
div.DivClassName
{
background-color: #147E99;
}
.BgClassName
{
background-color: #147E99;
}
</style>
border-color css
<style>
span { border-color: #147E99; }
span { border-color: rgb(20,126,153); }
td.TdClassName
{
border-color: #147E99;
}
.TagClassName
{
border-color: #147E99;
}
</style>