Shades of Eastern Blue #18869B
Tints of Eastern Blue #18869B
RGB
CMYK
RGB Variations
Color information
#18869B (or 0x18869B) is known color: Eastern Blue. HEX triplet: 18, 86 and 9B. RGB value is (24,134,155). Sum of RGB (Red+Green+Blue) = 24+134+155=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #18869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18869B is #E77964. Grayscale: #676767. Windows color (decimal): -15169893 or 10192408. OLE color: 10192408.
HSL color Cylindrical-coordinate representation of color #18869B: hue angle of 189.62º 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 #18869B is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 134 | 155 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.39 |
| HSL | 189.62º | 0.73% | 0.35% | - |
| HSV(B) | 189.62º | 0.85% | 0.61% | - |
| XYZ | 14.82 | 19.61 | 34.01 | - |
| YUV | 103.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 155 | 0.85 | 0.14 | 0 | 0.39 | 189.62 | 0.73 | 0.35 |
| Hex | 18 | 86 | 9B | 55 | E | 0 | 27 | BE | 49 | 23 |
| Octal | 30 | 206 | 233 | 125 | 16 | 0 | 47 | 276 | 111 | 43 |
| Binary | 11000 | 10000110 | 10011011 | 1010101 | 1110 | 0 | 100111 | 10111110 | 1001001 | 100011 |
Color Harmonies of #18869B
Complementary color
Monochromatic Colors of #18869B
Black with #18869B
Text Example
Text Example
White with #18869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18869B; }
p { color: rgb(24,134,155); }
H1.HeaderClassName
{
color: #18869B;
}
.AnyTagClassName
{
color: #18869B;
}
</style>
background-color css
<style>
a { background-color: #18869B; }
a { background-color: rgb(24,134,155); }
div.DivClassName
{
background-color: #18869B;
}
.BgClassName
{
background-color: #18869B;
}
</style>
border-color css
<style>
span { border-color: #18869B; }
span { border-color: rgb(24,134,155); }
td.TdClassName
{
border-color: #18869B;
}
.TagClassName
{
border-color: #18869B;
}
</style>