Shades of Eastern Blue #18819C
Tints of Eastern Blue #18819C
RGB
CMYK
RGB Variations
Color information
#18819C (or 0x18819C) is known color: Eastern Blue. HEX triplet: 18, 81 and 9C. RGB value is (24,129,156). Sum of RGB (Red+Green+Blue) = 24+129+156=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #18819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18819C is #E77E63. Grayscale: #646464. Windows color (decimal): -15171172 or 10256664. OLE color: 10256664.
HSL color Cylindrical-coordinate representation of color #18819C: hue angle of 192.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18819C is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 129 | 156 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.39 |
| HSL | 192.27º | 0.73% | 0.35% | - |
| HSV(B) | 192.27º | 0.85% | 0.61% | - |
| XYZ | 14.23 | 18.3 | 34.23 | - |
| YUV | 100.68 | 159.21 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 156 | 0.85 | 0.17 | 0 | 0.39 | 192.27 | 0.73 | 0.35 |
| Hex | 18 | 81 | 9C | 55 | 11 | 0 | 27 | C0 | 49 | 23 |
| Octal | 30 | 201 | 234 | 125 | 21 | 0 | 47 | 300 | 111 | 43 |
| Binary | 11000 | 10000001 | 10011100 | 1010101 | 10001 | 0 | 100111 | 11000000 | 1001001 | 100011 |
Color Harmonies of #18819C
Complementary color
Monochromatic Colors of #18819C
Black with #18819C
Text Example
Text Example
White with #18819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18819C; }
p { color: rgb(24,129,156); }
H1.HeaderClassName
{
color: #18819C;
}
.AnyTagClassName
{
color: #18819C;
}
</style>
background-color css
<style>
a { background-color: #18819C; }
a { background-color: rgb(24,129,156); }
div.DivClassName
{
background-color: #18819C;
}
.BgClassName
{
background-color: #18819C;
}
</style>
border-color css
<style>
span { border-color: #18819C; }
span { border-color: rgb(24,129,156); }
td.TdClassName
{
border-color: #18819C;
}
.TagClassName
{
border-color: #18819C;
}
</style>