Shades of Eastern Blue #158AA8
Tints of Eastern Blue #158AA8
RGB
CMYK
RGB Variations
Color information
#158AA8 (or 0x158AA8) is known color: Eastern Blue. HEX triplet: 15, 8A and A8. RGB value is (21,138,168). Sum of RGB (Red+Green+Blue) = 21+138+168=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #158AA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AA8 is #EA7557. Grayscale: #6A6A6A. Windows color (decimal): -15365464 or 11045397. OLE color: 11045397.
HSL color Cylindrical-coordinate representation of color #158AA8: hue angle of 192.24º 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 #158AA8 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 138 | 168 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.34 |
| HSL | 192.24º | 0.78% | 0.37% | - |
| HSV(B) | 192.24º | 0.88% | 0.66% | - |
| XYZ | 16.47 | 21.16 | 40.26 | - |
| YUV | 106.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 168 | 0.88 | 0.18 | 0 | 0.34 | 192.24 | 0.78 | 0.37 |
| Hex | 15 | 8A | A8 | 58 | 12 | 0 | 22 | C0 | 4E | 25 |
| Octal | 25 | 212 | 250 | 130 | 22 | 0 | 42 | 300 | 116 | 45 |
| Binary | 10101 | 10001010 | 10101000 | 1011000 | 10010 | 0 | 100010 | 11000000 | 1001110 | 100101 |
Color Harmonies of #158AA8
Complementary color
Monochromatic Colors of #158AA8
Black with #158AA8
Text Example
Text Example
White with #158AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158AA8; }
p { color: rgb(21,138,168); }
H1.HeaderClassName
{
color: #158AA8;
}
.AnyTagClassName
{
color: #158AA8;
}
</style>
background-color css
<style>
a { background-color: #158AA8; }
a { background-color: rgb(21,138,168); }
div.DivClassName
{
background-color: #158AA8;
}
.BgClassName
{
background-color: #158AA8;
}
</style>
border-color css
<style>
span { border-color: #158AA8; }
span { border-color: rgb(21,138,168); }
td.TdClassName
{
border-color: #158AA8;
}
.TagClassName
{
border-color: #158AA8;
}
</style>