Shades of Eastern Blue #15819F
Tints of Eastern Blue #15819F
RGB
CMYK
RGB Variations
Color information
#15819F (or 0x15819F) is known color: Eastern Blue. HEX triplet: 15, 81 and 9F. RGB value is (21,129,159). Sum of RGB (Red+Green+Blue) = 21+129+159=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #15819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15819F is #EA7E60. Grayscale: #636363. Windows color (decimal): -15367777 or 10453269. OLE color: 10453269.
HSL color Cylindrical-coordinate representation of color #15819F: hue angle of 193.04º degrees, saturation: 0.77, 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 #15819F is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 129 | 159 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.38 |
| HSL | 193.04º | 0.77% | 0.35% | - |
| HSV(B) | 193.04º | 0.87% | 0.62% | - |
| XYZ | 14.42 | 18.36 | 35.59 | - |
| YUV | 100.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 159 | 0.87 | 0.19 | 0 | 0.38 | 193.04 | 0.77 | 0.35 |
| Hex | 15 | 81 | 9F | 57 | 13 | 0 | 26 | C1 | 4D | 23 |
| Octal | 25 | 201 | 237 | 127 | 23 | 0 | 46 | 301 | 115 | 43 |
| Binary | 10101 | 10000001 | 10011111 | 1010111 | 10011 | 0 | 100110 | 11000001 | 1001101 | 100011 |
Color Harmonies of #15819F
Complementary color
Monochromatic Colors of #15819F
Black with #15819F
Text Example
Text Example
White with #15819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15819F; }
p { color: rgb(21,129,159); }
H1.HeaderClassName
{
color: #15819F;
}
.AnyTagClassName
{
color: #15819F;
}
</style>
background-color css
<style>
a { background-color: #15819F; }
a { background-color: rgb(21,129,159); }
div.DivClassName
{
background-color: #15819F;
}
.BgClassName
{
background-color: #15819F;
}
</style>
border-color css
<style>
span { border-color: #15819F; }
span { border-color: rgb(21,129,159); }
td.TdClassName
{
border-color: #15819F;
}
.TagClassName
{
border-color: #15819F;
}
</style>