Shades of Eastern Blue #15839D
Tints of Eastern Blue #15839D
RGB
CMYK
RGB Variations
Color information
#15839D (or 0x15839D) is known color: Eastern Blue. HEX triplet: 15, 83 and 9D. RGB value is (21,131,157). Sum of RGB (Red+Green+Blue) = 21+131+157=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #15839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15839D is #EA7C62. Grayscale: #646464. Windows color (decimal): -15367267 or 10322709. OLE color: 10322709.
HSL color Cylindrical-coordinate representation of color #15839D: hue angle of 191.47º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15839D is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 131 | 157 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.38 |
| HSL | 191.47º | 0.76% | 0.35% | - |
| HSV(B) | 191.47º | 0.87% | 0.62% | - |
| XYZ | 14.51 | 18.83 | 34.77 | - |
| YUV | 101.07 | 159.56 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 157 | 0.87 | 0.17 | 0 | 0.38 | 191.47 | 0.76 | 0.35 |
| Hex | 15 | 83 | 9D | 57 | 11 | 0 | 26 | BF | 4C | 23 |
| Octal | 25 | 203 | 235 | 127 | 21 | 0 | 46 | 277 | 114 | 43 |
| Binary | 10101 | 10000011 | 10011101 | 1010111 | 10001 | 0 | 100110 | 10111111 | 1001100 | 100011 |
Color Harmonies of #15839D
Complementary color
Monochromatic Colors of #15839D
Black with #15839D
Text Example
Text Example
White with #15839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15839D; }
p { color: rgb(21,131,157); }
H1.HeaderClassName
{
color: #15839D;
}
.AnyTagClassName
{
color: #15839D;
}
</style>
background-color css
<style>
a { background-color: #15839D; }
a { background-color: rgb(21,131,157); }
div.DivClassName
{
background-color: #15839D;
}
.BgClassName
{
background-color: #15839D;
}
</style>
border-color css
<style>
span { border-color: #15839D; }
span { border-color: rgb(21,131,157); }
td.TdClassName
{
border-color: #15839D;
}
.TagClassName
{
border-color: #15839D;
}
</style>