Shades of Eastern Blue #18889F
Tints of Eastern Blue #18889F
RGB
CMYK
RGB Variations
Color information
#18889F (or 0x18889F) is known color: Eastern Blue. HEX triplet: 18, 88 and 9F. RGB value is (24,136,159). Sum of RGB (Red+Green+Blue) = 24+136+159=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #18889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18889F is #E77760. Grayscale: #686868. Windows color (decimal): -15169377 or 10455064. OLE color: 10455064.
HSL color Cylindrical-coordinate representation of color #18889F: hue angle of 190.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18889F is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 136 | 159 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.38 |
| HSL | 190.22º | 0.74% | 0.36% | - |
| HSV(B) | 190.22º | 0.85% | 0.62% | - |
| XYZ | 15.44 | 20.31 | 35.91 | - |
| YUV | 105.13 | 158.39 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 159 | 0.85 | 0.14 | 0 | 0.38 | 190.22 | 0.74 | 0.36 |
| Hex | 18 | 88 | 9F | 55 | E | 0 | 26 | BE | 4A | 24 |
| Octal | 30 | 210 | 237 | 125 | 16 | 0 | 46 | 276 | 112 | 44 |
| Binary | 11000 | 10001000 | 10011111 | 1010101 | 1110 | 0 | 100110 | 10111110 | 1001010 | 100100 |
Color Harmonies of #18889F
Complementary color
Monochromatic Colors of #18889F
Black with #18889F
Text Example
Text Example
White with #18889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18889F; }
p { color: rgb(24,136,159); }
H1.HeaderClassName
{
color: #18889F;
}
.AnyTagClassName
{
color: #18889F;
}
</style>
background-color css
<style>
a { background-color: #18889F; }
a { background-color: rgb(24,136,159); }
div.DivClassName
{
background-color: #18889F;
}
.BgClassName
{
background-color: #18889F;
}
</style>
border-color css
<style>
span { border-color: #18889F; }
span { border-color: rgb(24,136,159); }
td.TdClassName
{
border-color: #18889F;
}
.TagClassName
{
border-color: #18889F;
}
</style>