Shades of Eastern Blue #147D99
Tints of Eastern Blue #147D99
RGB
CMYK
RGB Variations
Color information
#147D99 (or 0x147D99) is known color: Eastern Blue. HEX triplet: 14, 7D and 99. RGB value is (20,125,153). Sum of RGB (Red+Green+Blue) = 20+125+153=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #147D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D99 is #EB8266. Grayscale: #606060. Windows color (decimal): -15434343 or 10059028. OLE color: 10059028.
HSL color Cylindrical-coordinate representation of color #147D99: hue angle of 192.63º 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 #147D99 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 125 | 153 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.4 |
| HSL | 192.63º | 0.77% | 0.34% | - |
| HSV(B) | 192.63º | 0.87% | 0.6% | - |
| XYZ | 13.37 | 17.12 | 32.74 | - |
| YUV | 96.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 125 | 153 | 0.87 | 0.18 | 0 | 0.4 | 192.63 | 0.77 | 0.34 |
| Hex | 14 | 7D | 99 | 57 | 12 | 0 | 28 | C1 | 4D | 22 |
| Octal | 24 | 175 | 231 | 127 | 22 | 0 | 50 | 301 | 115 | 42 |
| Binary | 10100 | 1111101 | 10011001 | 1010111 | 10010 | 0 | 101000 | 11000001 | 1001101 | 100010 |
Color Harmonies of #147D99
Complementary color
Monochromatic Colors of #147D99
Black with #147D99
Text Example
Text Example
White with #147D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147D99; }
p { color: rgb(20,125,153); }
H1.HeaderClassName
{
color: #147D99;
}
.AnyTagClassName
{
color: #147D99;
}
</style>
background-color css
<style>
a { background-color: #147D99; }
a { background-color: rgb(20,125,153); }
div.DivClassName
{
background-color: #147D99;
}
.BgClassName
{
background-color: #147D99;
}
</style>
border-color css
<style>
span { border-color: #147D99; }
span { border-color: rgb(20,125,153); }
td.TdClassName
{
border-color: #147D99;
}
.TagClassName
{
border-color: #147D99;
}
</style>