Shades of Eastern Blue #18829E
Tints of Eastern Blue #18829E
RGB
CMYK
RGB Variations
Color information
#18829E (or 0x18829E) is known color: Eastern Blue. HEX triplet: 18, 82 and 9E. RGB value is (24,130,158). Sum of RGB (Red+Green+Blue) = 24+130+158=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #18829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18829E is #E77D61. Grayscale: #656565. Windows color (decimal): -15170914 or 10387992. OLE color: 10387992.
HSL color Cylindrical-coordinate representation of color #18829E: hue angle of 192.54º 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 #18829E is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 130 | 158 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.38 |
| HSL | 192.54º | 0.74% | 0.36% | - |
| HSV(B) | 192.54º | 0.85% | 0.62% | - |
| XYZ | 14.53 | 18.63 | 35.18 | - |
| YUV | 101.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 158 | 0.85 | 0.18 | 0 | 0.38 | 192.54 | 0.74 | 0.36 |
| Hex | 18 | 82 | 9E | 55 | 12 | 0 | 26 | C1 | 4A | 24 |
| Octal | 30 | 202 | 236 | 125 | 22 | 0 | 46 | 301 | 112 | 44 |
| Binary | 11000 | 10000010 | 10011110 | 1010101 | 10010 | 0 | 100110 | 11000001 | 1001010 | 100100 |
Color Harmonies of #18829E
Complementary color
Monochromatic Colors of #18829E
Black with #18829E
Text Example
Text Example
White with #18829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18829E; }
p { color: rgb(24,130,158); }
H1.HeaderClassName
{
color: #18829E;
}
.AnyTagClassName
{
color: #18829E;
}
</style>
background-color css
<style>
a { background-color: #18829E; }
a { background-color: rgb(24,130,158); }
div.DivClassName
{
background-color: #18829E;
}
.BgClassName
{
background-color: #18829E;
}
</style>
border-color css
<style>
span { border-color: #18829E; }
span { border-color: rgb(24,130,158); }
td.TdClassName
{
border-color: #18829E;
}
.TagClassName
{
border-color: #18829E;
}
</style>