Shades of Eastern Blue #15809D
Tints of Eastern Blue #15809D
RGB
CMYK
RGB Variations
Color information
#15809D (or 0x15809D) is known color: Eastern Blue. HEX triplet: 15, 80 and 9D. RGB value is (21,128,157). Sum of RGB (Red+Green+Blue) = 21+128+157=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #15809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15809D is #EA7F62. Grayscale: #636363. Windows color (decimal): -15368035 or 10321941. OLE color: 10321941.
HSL color Cylindrical-coordinate representation of color #15809D: hue angle of 192.79º 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 #15809D is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 128 | 157 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.38 |
| HSL | 192.79º | 0.76% | 0.35% | - |
| HSV(B) | 192.79º | 0.87% | 0.62% | - |
| XYZ | 14.11 | 18.03 | 34.63 | - |
| YUV | 99.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 157 | 0.87 | 0.18 | 0 | 0.38 | 192.79 | 0.76 | 0.35 |
| Hex | 15 | 80 | 9D | 57 | 12 | 0 | 26 | C1 | 4C | 23 |
| Octal | 25 | 200 | 235 | 127 | 22 | 0 | 46 | 301 | 114 | 43 |
| Binary | 10101 | 10000000 | 10011101 | 1010111 | 10010 | 0 | 100110 | 11000001 | 1001100 | 100011 |
Color Harmonies of #15809D
Complementary color
Monochromatic Colors of #15809D
Black with #15809D
Text Example
Text Example
White with #15809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15809D; }
p { color: rgb(21,128,157); }
H1.HeaderClassName
{
color: #15809D;
}
.AnyTagClassName
{
color: #15809D;
}
</style>
background-color css
<style>
a { background-color: #15809D; }
a { background-color: rgb(21,128,157); }
div.DivClassName
{
background-color: #15809D;
}
.BgClassName
{
background-color: #15809D;
}
</style>
border-color css
<style>
span { border-color: #15809D; }
span { border-color: rgb(21,128,157); }
td.TdClassName
{
border-color: #15809D;
}
.TagClassName
{
border-color: #15809D;
}
</style>