Shades of Eastern Blue #15859B
Tints of Eastern Blue #15859B
RGB
CMYK
RGB Variations
Color information
#15859B (or 0x15859B) is known color: Eastern Blue. HEX triplet: 15, 85 and 9B. RGB value is (21,133,155). Sum of RGB (Red+Green+Blue) = 21+133+155=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #15859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15859B is #EA7A64. Grayscale: #656565. Windows color (decimal): -15366757 or 10192149. OLE color: 10192149.
HSL color Cylindrical-coordinate representation of color #15859B: hue angle of 189.85º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15859B is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 133 | 155 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.39 |
| HSL | 189.85º | 0.76% | 0.35% | - |
| HSV(B) | 189.85º | 0.86% | 0.61% | - |
| XYZ | 14.61 | 19.3 | 33.97 | - |
| YUV | 102.02 | 157.89 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 155 | 0.86 | 0.14 | 0 | 0.39 | 189.85 | 0.76 | 0.35 |
| Hex | 15 | 85 | 9B | 56 | E | 0 | 27 | BE | 4C | 23 |
| Octal | 25 | 205 | 233 | 126 | 16 | 0 | 47 | 276 | 114 | 43 |
| Binary | 10101 | 10000101 | 10011011 | 1010110 | 1110 | 0 | 100111 | 10111110 | 1001100 | 100011 |
Color Harmonies of #15859B
Complementary color
Monochromatic Colors of #15859B
Black with #15859B
Text Example
Text Example
White with #15859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15859B; }
p { color: rgb(21,133,155); }
H1.HeaderClassName
{
color: #15859B;
}
.AnyTagClassName
{
color: #15859B;
}
</style>
background-color css
<style>
a { background-color: #15859B; }
a { background-color: rgb(21,133,155); }
div.DivClassName
{
background-color: #15859B;
}
.BgClassName
{
background-color: #15859B;
}
</style>
border-color css
<style>
span { border-color: #15859B; }
span { border-color: rgb(21,133,155); }
td.TdClassName
{
border-color: #15859B;
}
.TagClassName
{
border-color: #15859B;
}
</style>