Shades of Eastern Blue #158BA8
Tints of Eastern Blue #158BA8
RGB
CMYK
RGB Variations
Color information
#158BA8 (or 0x158BA8) is known color: Eastern Blue. HEX triplet: 15, 8B and A8. RGB value is (21,139,168). Sum of RGB (Red+Green+Blue) = 21+139+168=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 168 (66.02% from 255 or 51.22% from 328); Max value from RGB is 168 - color contains mainly: blue. Hex color #158BA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158BA8 is #EA7457. Grayscale: #6A6A6A. Windows color (decimal): -15365208 or 11045653. OLE color: 11045653.
HSL color Cylindrical-coordinate representation of color #158BA8: hue angle of 191.84º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #158BA8 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 139 | 168 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.34 |
| HSL | 191.84º | 0.78% | 0.37% | - |
| HSV(B) | 191.84º | 0.88% | 0.66% | - |
| XYZ | 16.61 | 21.45 | 40.31 | - |
| YUV | 107.02 | 162.41 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 168 | 0.88 | 0.17 | 0 | 0.34 | 191.84 | 0.78 | 0.37 |
| Hex | 15 | 8B | A8 | 58 | 11 | 0 | 22 | C0 | 4E | 25 |
| Octal | 25 | 213 | 250 | 130 | 21 | 0 | 42 | 300 | 116 | 45 |
| Binary | 10101 | 10001011 | 10101000 | 1011000 | 10001 | 0 | 100010 | 11000000 | 1001110 | 100101 |
Color Harmonies of #158BA8
Complementary color
Monochromatic Colors of #158BA8
Black with #158BA8
Text Example
Text Example
White with #158BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BA8; }
p { color: rgb(21,139,168); }
H1.HeaderClassName
{
color: #158BA8;
}
.AnyTagClassName
{
color: #158BA8;
}
</style>
background-color css
<style>
a { background-color: #158BA8; }
a { background-color: rgb(21,139,168); }
div.DivClassName
{
background-color: #158BA8;
}
.BgClassName
{
background-color: #158BA8;
}
</style>
border-color css
<style>
span { border-color: #158BA8; }
span { border-color: rgb(21,139,168); }
td.TdClassName
{
border-color: #158BA8;
}
.TagClassName
{
border-color: #158BA8;
}
</style>