Shades of Eastern Blue #018D99
Tints of Eastern Blue #018D99
RGB
CMYK
RGB Variations
Color information
#018D99 (or 0x018D99) is known color: Eastern Blue. HEX triplet: 01, 8D and 99. RGB value is (1,141,153). Sum of RGB (Red+Green+Blue) = 1+141+153=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #018D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018D99 is #FE7266. Grayscale: #646464. Windows color (decimal): -16675431 or 10063105. OLE color: 10063105.
HSL color Cylindrical-coordinate representation of color #018D99: hue angle of 184.74º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D99 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 141 | 153 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.4 |
| HSL | 184.74º | 0.99% | 0.3% | - |
| HSV(B) | 184.74º | 0.99% | 0.6% | - |
| XYZ | 15.29 | 21.36 | 33.45 | - |
| YUV | 100.51 | 157.62 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 153 | 0.99 | 0.08 | 0 | 0.4 | 184.74 | 0.99 | 0.3 |
| Hex | 1 | 8D | 99 | 63 | 8 | 0 | 28 | B9 | 63 | 1E |
| Octal | 1 | 215 | 231 | 143 | 10 | 0 | 50 | 271 | 143 | 36 |
| Binary | 1 | 10001101 | 10011001 | 1100011 | 1000 | 0 | 101000 | 10111001 | 1100011 | 11110 |
Color Harmonies of #018D99
Complementary color
Monochromatic Colors of #018D99
Black with #018D99
Text Example
Text Example
White with #018D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018D99; }
p { color: rgb(1,141,153); }
H1.HeaderClassName
{
color: #018D99;
}
.AnyTagClassName
{
color: #018D99;
}
</style>
background-color css
<style>
a { background-color: #018D99; }
a { background-color: rgb(1,141,153); }
div.DivClassName
{
background-color: #018D99;
}
.BgClassName
{
background-color: #018D99;
}
</style>
border-color css
<style>
span { border-color: #018D99; }
span { border-color: rgb(1,141,153); }
td.TdClassName
{
border-color: #018D99;
}
.TagClassName
{
border-color: #018D99;
}
</style>