Shades of Eastern Blue #157E9A
Tints of Eastern Blue #157E9A
RGB
CMYK
RGB Variations
Color information
#157E9A (or 0x157E9A) is known color: Eastern Blue. HEX triplet: 15, 7E and 9A. RGB value is (21,126,154). Sum of RGB (Red+Green+Blue) = 21+126+154=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #157E9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E9A is #EA8165. Grayscale: #616161. Windows color (decimal): -15368550 or 10124821. OLE color: 10124821.
HSL color Cylindrical-coordinate representation of color #157E9A: hue angle of 192.63º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157E9A is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 126 | 154 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.40 |
| HSL | 192.63º | 0.76% | 0.34% | - |
| HSV(B) | 192.63º | 0.86% | 0.6% | - |
| XYZ | 13.6 | 17.41 | 33.22 | - |
| YUV | 97.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 154 | 0.86 | 0.18 | 0 | 0.40 | 192.63 | 0.76 | 0.34 |
| Hex | 15 | 7E | 9A | 56 | 12 | 0 | 28 | C1 | 4C | 22 |
| Octal | 25 | 176 | 232 | 126 | 22 | 0 | 50 | 301 | 114 | 42 |
| Binary | 10101 | 1111110 | 10011010 | 1010110 | 10010 | 0 | 101000 | 11000001 | 1001100 | 100010 |
Color Harmonies of #157E9A
Complementary color
Monochromatic Colors of #157E9A
Black with #157E9A
Text Example
Text Example
White with #157E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157E9A; }
p { color: rgb(21,126,154); }
H1.HeaderClassName
{
color: #157E9A;
}
.AnyTagClassName
{
color: #157E9A;
}
</style>
background-color css
<style>
a { background-color: #157E9A; }
a { background-color: rgb(21,126,154); }
div.DivClassName
{
background-color: #157E9A;
}
.BgClassName
{
background-color: #157E9A;
}
</style>
border-color css
<style>
span { border-color: #157E9A; }
span { border-color: rgb(21,126,154); }
td.TdClassName
{
border-color: #157E9A;
}
.TagClassName
{
border-color: #157E9A;
}
</style>