Shades of Eastern Blue #18809D
Tints of Eastern Blue #18809D
RGB
CMYK
RGB Variations
Color information
#18809D (or 0x18809D) is known color: Eastern Blue. HEX triplet: 18, 80 and 9D. RGB value is (24,128,157). Sum of RGB (Red+Green+Blue) = 24+128+157=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 128 (50.39% from 255 or 41.42% 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 #18809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18809D is #E77F62. Grayscale: #636363. Windows color (decimal): -15171427 or 10321944. OLE color: 10321944.
HSL color Cylindrical-coordinate representation of color #18809D: hue angle of 193.08º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18809D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 128 | 157 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.38 |
| HSL | 193.08º | 0.73% | 0.35% | - |
| HSV(B) | 193.08º | 0.85% | 0.62% | - |
| XYZ | 14.18 | 18.07 | 34.64 | - |
| YUV | 100.21 | 160.04 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 128 | 157 | 0.85 | 0.18 | 0 | 0.38 | 193.08 | 0.73 | 0.35 |
| Hex | 18 | 80 | 9D | 55 | 12 | 0 | 26 | C1 | 49 | 23 |
| Octal | 30 | 200 | 235 | 125 | 22 | 0 | 46 | 301 | 111 | 43 |
| Binary | 11000 | 10000000 | 10011101 | 1010101 | 10010 | 0 | 100110 | 11000001 | 1001001 | 100011 |
Color Harmonies of #18809D
Complementary color
Monochromatic Colors of #18809D
Black with #18809D
Text Example
Text Example
White with #18809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18809D; }
p { color: rgb(24,128,157); }
H1.HeaderClassName
{
color: #18809D;
}
.AnyTagClassName
{
color: #18809D;
}
</style>
background-color css
<style>
a { background-color: #18809D; }
a { background-color: rgb(24,128,157); }
div.DivClassName
{
background-color: #18809D;
}
.BgClassName
{
background-color: #18809D;
}
</style>
border-color css
<style>
span { border-color: #18809D; }
span { border-color: rgb(24,128,157); }
td.TdClassName
{
border-color: #18809D;
}
.TagClassName
{
border-color: #18809D;
}
</style>