Shades of Eastern Blue #15809B
Tints of Eastern Blue #15809B
RGB
CMYK
RGB Variations
Color information
#15809B (or 0x15809B) is known color: Eastern Blue. HEX triplet: 15, 80 and 9B. RGB value is (21,128,155). Sum of RGB (Red+Green+Blue) = 21+128+155=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #15809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15809B is #EA7F64. Grayscale: #626262. Windows color (decimal): -15368037 or 10190869. OLE color: 10190869.
HSL color Cylindrical-coordinate representation of color #15809B: hue angle of 192.09º 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 #15809B is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 128 | 155 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.39 |
| HSL | 192.09º | 0.76% | 0.35% | - |
| HSV(B) | 192.09º | 0.86% | 0.61% | - |
| XYZ | 13.94 | 17.96 | 33.74 | - |
| YUV | 99.09 | 159.55 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 155 | 0.86 | 0.17 | 0 | 0.39 | 192.09 | 0.76 | 0.35 |
| Hex | 15 | 80 | 9B | 56 | 11 | 0 | 27 | C0 | 4C | 23 |
| Octal | 25 | 200 | 233 | 126 | 21 | 0 | 47 | 300 | 114 | 43 |
| Binary | 10101 | 10000000 | 10011011 | 1010110 | 10001 | 0 | 100111 | 11000000 | 1001100 | 100011 |
Color Harmonies of #15809B
Complementary color
Monochromatic Colors of #15809B
Black with #15809B
Text Example
Text Example
White with #15809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15809B; }
p { color: rgb(21,128,155); }
H1.HeaderClassName
{
color: #15809B;
}
.AnyTagClassName
{
color: #15809B;
}
</style>
background-color css
<style>
a { background-color: #15809B; }
a { background-color: rgb(21,128,155); }
div.DivClassName
{
background-color: #15809B;
}
.BgClassName
{
background-color: #15809B;
}
</style>
border-color css
<style>
span { border-color: #15809B; }
span { border-color: rgb(21,128,155); }
td.TdClassName
{
border-color: #15809B;
}
.TagClassName
{
border-color: #15809B;
}
</style>