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