Shades of Eastern Blue #158191
Tints of Eastern Blue #158191
RGB
CMYK
RGB Variations
Color information
#158191 (or 0x158191) is known color: Eastern Blue. HEX triplet: 15, 81 and 91. RGB value is (21,129,145). Sum of RGB (Red+Green+Blue) = 21+129+145=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #158191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158191 is #EA7E6E. Grayscale: #626262. Windows color (decimal): -15367791 or 9535765. OLE color: 9535765.
HSL color Cylindrical-coordinate representation of color #158191: hue angle of 187.74º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158191 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 129 | 145 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.43 |
| HSL | 187.74º | 0.75% | 0.33% | - |
| HSV(B) | 187.74º | 0.86% | 0.57% | - |
| XYZ | 13.27 | 17.9 | 29.54 | - |
| YUV | 98.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 145 | 0.86 | 0.11 | 0 | 0.43 | 187.74 | 0.75 | 0.33 |
| Hex | 15 | 81 | 91 | 56 | B | 0 | 2B | BC | 4B | 21 |
| Octal | 25 | 201 | 221 | 126 | 13 | 0 | 53 | 274 | 113 | 41 |
| Binary | 10101 | 10000001 | 10010001 | 1010110 | 1011 | 0 | 101011 | 10111100 | 1001011 | 100001 |
Color Harmonies of #158191
Complementary color
Monochromatic Colors of #158191
Black with #158191
Text Example
Text Example
White with #158191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158191; }
p { color: rgb(21,129,145); }
H1.HeaderClassName
{
color: #158191;
}
.AnyTagClassName
{
color: #158191;
}
</style>
background-color css
<style>
a { background-color: #158191; }
a { background-color: rgb(21,129,145); }
div.DivClassName
{
background-color: #158191;
}
.BgClassName
{
background-color: #158191;
}
</style>
border-color css
<style>
span { border-color: #158191; }
span { border-color: rgb(21,129,145); }
td.TdClassName
{
border-color: #158191;
}
.TagClassName
{
border-color: #158191;
}
</style>