Shades of Eastern Blue #158CA2
Tints of Eastern Blue #158CA2
RGB
CMYK
RGB Variations
Color information
#158CA2 (or 0x158CA2) is known color: Eastern Blue. HEX triplet: 15, 8C and A2. RGB value is (21,140,162). Sum of RGB (Red+Green+Blue) = 21+140+162=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #158CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158CA2 is #EA735D. Grayscale: #6A6A6A. Windows color (decimal): -15364958 or 10652693. OLE color: 10652693.
HSL color Cylindrical-coordinate representation of color #158CA2: hue angle of 189.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158CA2 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 140 | 162 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.36 |
| HSL | 189.36º | 0.77% | 0.36% | - |
| HSV(B) | 189.36º | 0.87% | 0.64% | - |
| XYZ | 16.21 | 21.52 | 37.48 | - |
| YUV | 106.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 162 | 0.87 | 0.14 | 0 | 0.36 | 189.36 | 0.77 | 0.36 |
| Hex | 15 | 8C | A2 | 57 | E | 0 | 24 | BD | 4D | 24 |
| Octal | 25 | 214 | 242 | 127 | 16 | 0 | 44 | 275 | 115 | 44 |
| Binary | 10101 | 10001100 | 10100010 | 1010111 | 1110 | 0 | 100100 | 10111101 | 1001101 | 100100 |
Color Harmonies of #158CA2
Complementary color
Monochromatic Colors of #158CA2
Black with #158CA2
Text Example
Text Example
White with #158CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CA2; }
p { color: rgb(21,140,162); }
H1.HeaderClassName
{
color: #158CA2;
}
.AnyTagClassName
{
color: #158CA2;
}
</style>
background-color css
<style>
a { background-color: #158CA2; }
a { background-color: rgb(21,140,162); }
div.DivClassName
{
background-color: #158CA2;
}
.BgClassName
{
background-color: #158CA2;
}
</style>
border-color css
<style>
span { border-color: #158CA2; }
span { border-color: rgb(21,140,162); }
td.TdClassName
{
border-color: #158CA2;
}
.TagClassName
{
border-color: #158CA2;
}
</style>