Shades of Eastern Blue #147B90
Tints of Eastern Blue #147B90
RGB
CMYK
RGB Variations
Color information
#147B90 (or 0x147B90) is known color: Eastern Blue. HEX triplet: 14, 7B and 90. RGB value is (20,123,144). Sum of RGB (Red+Green+Blue) = 20+123+144=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #147B90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B90 is #EB846F. Grayscale: #5E5E5E. Windows color (decimal): -15434864 or 9468692. OLE color: 9468692.
HSL color Cylindrical-coordinate representation of color #147B90: hue angle of 190.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147B90 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 123 | 144 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.44 |
| HSL | 190.16º | 0.76% | 0.32% | - |
| HSV(B) | 190.16º | 0.86% | 0.56% | - |
| XYZ | 12.41 | 16.33 | 28.88 | - |
| YUV | 94.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 144 | 0.86 | 0.15 | 0 | 0.44 | 190.16 | 0.76 | 0.32 |
| Hex | 14 | 7B | 90 | 56 | F | 0 | 2C | BE | 4C | 20 |
| Octal | 24 | 173 | 220 | 126 | 17 | 0 | 54 | 276 | 114 | 40 |
| Binary | 10100 | 1111011 | 10010000 | 1010110 | 1111 | 0 | 101100 | 10111110 | 1001100 | 100000 |
Color Harmonies of #147B90
Complementary color
Monochromatic Colors of #147B90
Black with #147B90
Text Example
Text Example
White with #147B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B90; }
p { color: rgb(20,123,144); }
H1.HeaderClassName
{
color: #147B90;
}
.AnyTagClassName
{
color: #147B90;
}
</style>
background-color css
<style>
a { background-color: #147B90; }
a { background-color: rgb(20,123,144); }
div.DivClassName
{
background-color: #147B90;
}
.BgClassName
{
background-color: #147B90;
}
</style>
border-color css
<style>
span { border-color: #147B90; }
span { border-color: rgb(20,123,144); }
td.TdClassName
{
border-color: #147B90;
}
.TagClassName
{
border-color: #147B90;
}
</style>