Shades of Eastern Blue #158394
Tints of Eastern Blue #158394
RGB
CMYK
RGB Variations
Color information
#158394 (or 0x158394) is known color: Eastern Blue. HEX triplet: 15, 83 and 94. RGB value is (21,131,148). Sum of RGB (Red+Green+Blue) = 21+131+148=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #158394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158394 is #EA7C6B. Grayscale: #636363. Windows color (decimal): -15367276 or 9732885. OLE color: 9732885.
HSL color Cylindrical-coordinate representation of color #158394: hue angle of 188.03º 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 #158394 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 131 | 148 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.42 |
| HSL | 188.03º | 0.75% | 0.33% | - |
| HSV(B) | 188.03º | 0.86% | 0.58% | - |
| XYZ | 13.77 | 18.53 | 30.87 | - |
| YUV | 100.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 148 | 0.86 | 0.11 | 0 | 0.42 | 188.03 | 0.75 | 0.33 |
| Hex | 15 | 83 | 94 | 56 | B | 0 | 2A | BC | 4B | 21 |
| Octal | 25 | 203 | 224 | 126 | 13 | 0 | 52 | 274 | 113 | 41 |
| Binary | 10101 | 10000011 | 10010100 | 1010110 | 1011 | 0 | 101010 | 10111100 | 1001011 | 100001 |
Color Harmonies of #158394
Complementary color
Monochromatic Colors of #158394
Black with #158394
Text Example
Text Example
White with #158394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158394; }
p { color: rgb(21,131,148); }
H1.HeaderClassName
{
color: #158394;
}
.AnyTagClassName
{
color: #158394;
}
</style>
background-color css
<style>
a { background-color: #158394; }
a { background-color: rgb(21,131,148); }
div.DivClassName
{
background-color: #158394;
}
.BgClassName
{
background-color: #158394;
}
</style>
border-color css
<style>
span { border-color: #158394; }
span { border-color: rgb(21,131,148); }
td.TdClassName
{
border-color: #158394;
}
.TagClassName
{
border-color: #158394;
}
</style>