Shades of Eastern Blue #147A96
Tints of Eastern Blue #147A96
RGB
CMYK
RGB Variations
Color information
#147A96 (or 0x147A96) is known color: Eastern Blue. HEX triplet: 14, 7A and 96. RGB value is (20,122,150). Sum of RGB (Red+Green+Blue) = 20+122+150=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #147A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A96 is #EB8569. Grayscale: #5E5E5E. Windows color (decimal): -15435114 or 9861652. OLE color: 9861652.
HSL color Cylindrical-coordinate representation of color #147A96: hue angle of 192.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147A96 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 122 | 150 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.41 |
| HSL | 192.92º | 0.76% | 0.33% | - |
| HSV(B) | 192.92º | 0.87% | 0.59% | - |
| XYZ | 12.75 | 16.27 | 31.32 | - |
| YUV | 94.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 150 | 0.87 | 0.19 | 0 | 0.41 | 192.92 | 0.76 | 0.33 |
| Hex | 14 | 7A | 96 | 57 | 13 | 0 | 29 | C1 | 4C | 21 |
| Octal | 24 | 172 | 226 | 127 | 23 | 0 | 51 | 301 | 114 | 41 |
| Binary | 10100 | 1111010 | 10010110 | 1010111 | 10011 | 0 | 101001 | 11000001 | 1001100 | 100001 |
Color Harmonies of #147A96
Complementary color
Monochromatic Colors of #147A96
Black with #147A96
Text Example
Text Example
White with #147A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A96; }
p { color: rgb(20,122,150); }
H1.HeaderClassName
{
color: #147A96;
}
.AnyTagClassName
{
color: #147A96;
}
</style>
background-color css
<style>
a { background-color: #147A96; }
a { background-color: rgb(20,122,150); }
div.DivClassName
{
background-color: #147A96;
}
.BgClassName
{
background-color: #147A96;
}
</style>
border-color css
<style>
span { border-color: #147A96; }
span { border-color: rgb(20,122,150); }
td.TdClassName
{
border-color: #147A96;
}
.TagClassName
{
border-color: #147A96;
}
</style>