Shades of Eastern Blue #18849C
Tints of Eastern Blue #18849C
RGB
CMYK
RGB Variations
Color information
#18849C (or 0x18849C) is known color: Eastern Blue. HEX triplet: 18, 84 and 9C. RGB value is (24,132,156). Sum of RGB (Red+Green+Blue) = 24+132+156=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #18849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18849C is #E77B63. Grayscale: #666666. Windows color (decimal): -15170404 or 10257432. OLE color: 10257432.
HSL color Cylindrical-coordinate representation of color #18849C: hue angle of 190.91º 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 #18849C is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 132 | 156 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.39 |
| HSL | 190.91º | 0.73% | 0.35% | - |
| HSV(B) | 190.91º | 0.85% | 0.61% | - |
| XYZ | 14.63 | 19.1 | 34.37 | - |
| YUV | 102.44 | 158.22 | 72.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 156 | 0.85 | 0.15 | 0 | 0.39 | 190.91 | 0.73 | 0.35 |
| Hex | 18 | 84 | 9C | 55 | F | 0 | 27 | BF | 49 | 23 |
| Octal | 30 | 204 | 234 | 125 | 17 | 0 | 47 | 277 | 111 | 43 |
| Binary | 11000 | 10000100 | 10011100 | 1010101 | 1111 | 0 | 100111 | 10111111 | 1001001 | 100011 |
Color Harmonies of #18849C
Complementary color
Monochromatic Colors of #18849C
Black with #18849C
Text Example
Text Example
White with #18849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18849C; }
p { color: rgb(24,132,156); }
H1.HeaderClassName
{
color: #18849C;
}
.AnyTagClassName
{
color: #18849C;
}
</style>
background-color css
<style>
a { background-color: #18849C; }
a { background-color: rgb(24,132,156); }
div.DivClassName
{
background-color: #18849C;
}
.BgClassName
{
background-color: #18849C;
}
</style>
border-color css
<style>
span { border-color: #18849C; }
span { border-color: rgb(24,132,156); }
td.TdClassName
{
border-color: #18849C;
}
.TagClassName
{
border-color: #18849C;
}
</style>