Shades of Eastern Blue #158694
Tints of Eastern Blue #158694
RGB
CMYK
RGB Variations
Color information
#158694 (or 0x158694) is known color: Eastern Blue. HEX triplet: 15, 86 and 94. RGB value is (21,134,148). Sum of RGB (Red+Green+Blue) = 21+134+148=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #158694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158694 is #EA796B. Grayscale: #656565. Windows color (decimal): -15366508 or 9733653. OLE color: 9733653.
HSL color Cylindrical-coordinate representation of color #158694: hue angle of 186.61º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158694 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 134 | 148 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.42 |
| HSL | 186.61º | 0.75% | 0.33% | - |
| HSV(B) | 186.61º | 0.86% | 0.58% | - |
| XYZ | 14.18 | 19.35 | 31 | - |
| YUV | 101.81 | 154.06 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 148 | 0.86 | 0.09 | 0 | 0.42 | 186.61 | 0.75 | 0.33 |
| Hex | 15 | 86 | 94 | 56 | 9 | 0 | 2A | BB | 4B | 21 |
| Octal | 25 | 206 | 224 | 126 | 11 | 0 | 52 | 273 | 113 | 41 |
| Binary | 10101 | 10000110 | 10010100 | 1010110 | 1001 | 0 | 101010 | 10111011 | 1001011 | 100001 |
Color Harmonies of #158694
Complementary color
Monochromatic Colors of #158694
Black with #158694
Text Example
Text Example
White with #158694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158694; }
p { color: rgb(21,134,148); }
H1.HeaderClassName
{
color: #158694;
}
.AnyTagClassName
{
color: #158694;
}
</style>
background-color css
<style>
a { background-color: #158694; }
a { background-color: rgb(21,134,148); }
div.DivClassName
{
background-color: #158694;
}
.BgClassName
{
background-color: #158694;
}
</style>
border-color css
<style>
span { border-color: #158694; }
span { border-color: rgb(21,134,148); }
td.TdClassName
{
border-color: #158694;
}
.TagClassName
{
border-color: #158694;
}
</style>