Shades of Eastern Blue #18869F
Tints of Eastern Blue #18869F
RGB
CMYK
RGB Variations
Color information
#18869F (or 0x18869F) is known color: Eastern Blue. HEX triplet: 18, 86 and 9F. RGB value is (24,134,159). Sum of RGB (Red+Green+Blue) = 24+134+159=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #18869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18869F is #E77960. Grayscale: #676767. Windows color (decimal): -15169889 or 10454552. OLE color: 10454552.
HSL color Cylindrical-coordinate representation of color #18869F: hue angle of 191.11º 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 #18869F is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 134 | 159 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.38 |
| HSL | 191.11º | 0.74% | 0.36% | - |
| HSV(B) | 191.11º | 0.85% | 0.62% | - |
| XYZ | 15.16 | 19.75 | 35.81 | - |
| YUV | 103.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 159 | 0.85 | 0.16 | 0 | 0.38 | 191.11 | 0.74 | 0.36 |
| Hex | 18 | 86 | 9F | 55 | 10 | 0 | 26 | BF | 4A | 24 |
| Octal | 30 | 206 | 237 | 125 | 20 | 0 | 46 | 277 | 112 | 44 |
| Binary | 11000 | 10000110 | 10011111 | 1010101 | 10000 | 0 | 100110 | 10111111 | 1001010 | 100100 |
Color Harmonies of #18869F
Complementary color
Monochromatic Colors of #18869F
Black with #18869F
Text Example
Text Example
White with #18869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18869F; }
p { color: rgb(24,134,159); }
H1.HeaderClassName
{
color: #18869F;
}
.AnyTagClassName
{
color: #18869F;
}
</style>
background-color css
<style>
a { background-color: #18869F; }
a { background-color: rgb(24,134,159); }
div.DivClassName
{
background-color: #18869F;
}
.BgClassName
{
background-color: #18869F;
}
</style>
border-color css
<style>
span { border-color: #18869F; }
span { border-color: rgb(24,134,159); }
td.TdClassName
{
border-color: #18869F;
}
.TagClassName
{
border-color: #18869F;
}
</style>