Shades of Eastern Blue #158BA1
Tints of Eastern Blue #158BA1
RGB
CMYK
RGB Variations
Color information
#158BA1 (or 0x158BA1) is known color: Eastern Blue. HEX triplet: 15, 8B and A1. RGB value is (21,139,161). Sum of RGB (Red+Green+Blue) = 21+139+161=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #158BA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158BA1 is #EA745E. Grayscale: #6A6A6A. Windows color (decimal): -15365215 or 10586901. OLE color: 10586901.
HSL color Cylindrical-coordinate representation of color #158BA1: hue angle of 189.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158BA1 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 139 | 161 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.37 |
| HSL | 189.43º | 0.77% | 0.36% | - |
| HSV(B) | 189.43º | 0.87% | 0.63% | - |
| XYZ | 15.97 | 21.2 | 36.97 | - |
| YUV | 106.23 | 158.91 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 161 | 0.87 | 0.14 | 0 | 0.37 | 189.43 | 0.77 | 0.36 |
| Hex | 15 | 8B | A1 | 57 | E | 0 | 25 | BD | 4D | 24 |
| Octal | 25 | 213 | 241 | 127 | 16 | 0 | 45 | 275 | 115 | 44 |
| Binary | 10101 | 10001011 | 10100001 | 1010111 | 1110 | 0 | 100101 | 10111101 | 1001101 | 100100 |
Color Harmonies of #158BA1
Complementary color
Monochromatic Colors of #158BA1
Black with #158BA1
Text Example
Text Example
White with #158BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BA1; }
p { color: rgb(21,139,161); }
H1.HeaderClassName
{
color: #158BA1;
}
.AnyTagClassName
{
color: #158BA1;
}
</style>
background-color css
<style>
a { background-color: #158BA1; }
a { background-color: rgb(21,139,161); }
div.DivClassName
{
background-color: #158BA1;
}
.BgClassName
{
background-color: #158BA1;
}
</style>
border-color css
<style>
span { border-color: #158BA1; }
span { border-color: rgb(21,139,161); }
td.TdClassName
{
border-color: #158BA1;
}
.TagClassName
{
border-color: #158BA1;
}
</style>