Shades of Eastern Blue #147A93
Tints of Eastern Blue #147A93
RGB
CMYK
RGB Variations
Color information
#147A93 (or 0x147A93) is known color: Eastern Blue. HEX triplet: 14, 7A and 93. RGB value is (20,122,147). Sum of RGB (Red+Green+Blue) = 20+122+147=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #147A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A93 is #EB856C. Grayscale: #5E5E5E. Windows color (decimal): -15435117 or 9665044. OLE color: 9665044.
HSL color Cylindrical-coordinate representation of color #147A93: hue angle of 191.81º 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 #147A93 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 122 | 147 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.42 |
| HSL | 191.81º | 0.76% | 0.33% | - |
| HSV(B) | 191.81º | 0.86% | 0.58% | - |
| XYZ | 12.51 | 16.17 | 30.07 | - |
| YUV | 94.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 122 | 147 | 0.86 | 0.17 | 0 | 0.42 | 191.81 | 0.76 | 0.33 |
| Hex | 14 | 7A | 93 | 56 | 11 | 0 | 2A | C0 | 4C | 21 |
| Octal | 24 | 172 | 223 | 126 | 21 | 0 | 52 | 300 | 114 | 41 |
| Binary | 10100 | 1111010 | 10010011 | 1010110 | 10001 | 0 | 101010 | 11000000 | 1001100 | 100001 |
Color Harmonies of #147A93
Complementary color
Monochromatic Colors of #147A93
Black with #147A93
Text Example
Text Example
White with #147A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147A93; }
p { color: rgb(20,122,147); }
H1.HeaderClassName
{
color: #147A93;
}
.AnyTagClassName
{
color: #147A93;
}
</style>
background-color css
<style>
a { background-color: #147A93; }
a { background-color: rgb(20,122,147); }
div.DivClassName
{
background-color: #147A93;
}
.BgClassName
{
background-color: #147A93;
}
</style>
border-color css
<style>
span { border-color: #147A93; }
span { border-color: rgb(20,122,147); }
td.TdClassName
{
border-color: #147A93;
}
.TagClassName
{
border-color: #147A93;
}
</style>