Shades of Eastern Blue #18849F
Tints of Eastern Blue #18849F
RGB
CMYK
RGB Variations
Color information
#18849F (or 0x18849F) is known color: Eastern Blue. HEX triplet: 18, 84 and 9F. RGB value is (24,132,159). Sum of RGB (Red+Green+Blue) = 24+132+159=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #18849F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18849F is #E77B60. Grayscale: #666666. Windows color (decimal): -15170401 or 10454040. OLE color: 10454040.
HSL color Cylindrical-coordinate representation of color #18849F: hue angle of 192º 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 #18849F is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 132 | 159 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.38 |
| HSL | 192º | 0.74% | 0.36% | - |
| HSV(B) | 192º | 0.85% | 0.62% | - |
| XYZ | 14.89 | 19.2 | 35.72 | - |
| YUV | 102.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 159 | 0.85 | 0.17 | 0 | 0.38 | 192 | 0.74 | 0.36 |
| Hex | 18 | 84 | 9F | 55 | 11 | 0 | 26 | C0 | 4A | 24 |
| Octal | 30 | 204 | 237 | 125 | 21 | 0 | 46 | 300 | 112 | 44 |
| Binary | 11000 | 10000100 | 10011111 | 1010101 | 10001 | 0 | 100110 | 11000000 | 1001010 | 100100 |
Color Harmonies of #18849F
Complementary color
Monochromatic Colors of #18849F
Black with #18849F
Text Example
Text Example
White with #18849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18849F; }
p { color: rgb(24,132,159); }
H1.HeaderClassName
{
color: #18849F;
}
.AnyTagClassName
{
color: #18849F;
}
</style>
background-color css
<style>
a { background-color: #18849F; }
a { background-color: rgb(24,132,159); }
div.DivClassName
{
background-color: #18849F;
}
.BgClassName
{
background-color: #18849F;
}
</style>
border-color css
<style>
span { border-color: #18849F; }
span { border-color: rgb(24,132,159); }
td.TdClassName
{
border-color: #18849F;
}
.TagClassName
{
border-color: #18849F;
}
</style>