Shades of Eastern Blue #147B93
Tints of Eastern Blue #147B93
RGB
CMYK
RGB Variations
Color information
#147B93 (or 0x147B93) is known color: Eastern Blue. HEX triplet: 14, 7B and 93. RGB value is (20,123,147). Sum of RGB (Red+Green+Blue) = 20+123+147=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #147B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B93 is #EB846C. Grayscale: #5E5E5E. Windows color (decimal): -15434861 or 9665300. OLE color: 9665300.
HSL color Cylindrical-coordinate representation of color #147B93: hue angle of 191.34º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147B93 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 123 | 147 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.42 |
| HSL | 191.34º | 0.76% | 0.33% | - |
| HSV(B) | 191.34º | 0.86% | 0.58% | - |
| XYZ | 12.64 | 16.42 | 30.11 | - |
| YUV | 94.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 123 | 147 | 0.86 | 0.16 | 0 | 0.42 | 191.34 | 0.76 | 0.33 |
| Hex | 14 | 7B | 93 | 56 | 10 | 0 | 2A | BF | 4C | 21 |
| Octal | 24 | 173 | 223 | 126 | 20 | 0 | 52 | 277 | 114 | 41 |
| Binary | 10100 | 1111011 | 10010011 | 1010110 | 10000 | 0 | 101010 | 10111111 | 1001100 | 100001 |
Color Harmonies of #147B93
Complementary color
Monochromatic Colors of #147B93
Black with #147B93
Text Example
Text Example
White with #147B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147B93; }
p { color: rgb(20,123,147); }
H1.HeaderClassName
{
color: #147B93;
}
.AnyTagClassName
{
color: #147B93;
}
</style>
background-color css
<style>
a { background-color: #147B93; }
a { background-color: rgb(20,123,147); }
div.DivClassName
{
background-color: #147B93;
}
.BgClassName
{
background-color: #147B93;
}
</style>
border-color css
<style>
span { border-color: #147B93; }
span { border-color: rgb(20,123,147); }
td.TdClassName
{
border-color: #147B93;
}
.TagClassName
{
border-color: #147B93;
}
</style>