Shades of Eastern Blue #157E9B
Tints of Eastern Blue #157E9B
RGB
CMYK
RGB Variations
Color information
#157E9B (or 0x157E9B) is known color: Eastern Blue. HEX triplet: 15, 7E and 9B. RGB value is (21,126,155). Sum of RGB (Red+Green+Blue) = 21+126+155=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #157E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E9B is #EA8164. Grayscale: #616161. Windows color (decimal): -15368549 or 10190357. OLE color: 10190357.
HSL color Cylindrical-coordinate representation of color #157E9B: hue angle of 192.99º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157E9B is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 126 | 155 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.39 |
| HSL | 192.99º | 0.76% | 0.35% | - |
| HSV(B) | 192.99º | 0.86% | 0.61% | - |
| XYZ | 13.69 | 17.45 | 33.66 | - |
| YUV | 97.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 126 | 155 | 0.86 | 0.19 | 0 | 0.39 | 192.99 | 0.76 | 0.35 |
| Hex | 15 | 7E | 9B | 56 | 13 | 0 | 27 | C1 | 4C | 23 |
| Octal | 25 | 176 | 233 | 126 | 23 | 0 | 47 | 301 | 114 | 43 |
| Binary | 10101 | 1111110 | 10011011 | 1010110 | 10011 | 0 | 100111 | 11000001 | 1001100 | 100011 |
Color Harmonies of #157E9B
Complementary color
Monochromatic Colors of #157E9B
Black with #157E9B
Text Example
Text Example
White with #157E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157E9B; }
p { color: rgb(21,126,155); }
H1.HeaderClassName
{
color: #157E9B;
}
.AnyTagClassName
{
color: #157E9B;
}
</style>
background-color css
<style>
a { background-color: #157E9B; }
a { background-color: rgb(21,126,155); }
div.DivClassName
{
background-color: #157E9B;
}
.BgClassName
{
background-color: #157E9B;
}
</style>
border-color css
<style>
span { border-color: #157E9B; }
span { border-color: rgb(21,126,155); }
td.TdClassName
{
border-color: #157E9B;
}
.TagClassName
{
border-color: #157E9B;
}
</style>