Shades of Eastern Blue #018C99
Tints of Eastern Blue #018C99
RGB
CMYK
RGB Variations
Color information
#018C99 (or 0x018C99) is known color: Eastern Blue. HEX triplet: 01, 8C and 99. RGB value is (1,140,153). Sum of RGB (Red+Green+Blue) = 1+140+153=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #018C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C99 is #FE7366. Grayscale: #636363. Windows color (decimal): -16675687 or 10062849. OLE color: 10062849.
HSL color Cylindrical-coordinate representation of color #018C99: hue angle of 185.13º 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 #018C99 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 140 | 153 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.4 |
| HSL | 185.13º | 0.99% | 0.3% | - |
| HSV(B) | 185.13º | 0.99% | 0.6% | - |
| XYZ | 15.14 | 21.06 | 33.4 | - |
| YUV | 99.92 | 157.95 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 153 | 0.99 | 0.08 | 0 | 0.4 | 185.13 | 0.99 | 0.3 |
| Hex | 1 | 8C | 99 | 63 | 8 | 0 | 28 | B9 | 63 | 1E |
| Octal | 1 | 214 | 231 | 143 | 10 | 0 | 50 | 271 | 143 | 36 |
| Binary | 1 | 10001100 | 10011001 | 1100011 | 1000 | 0 | 101000 | 10111001 | 1100011 | 11110 |
Color Harmonies of #018C99
Complementary color
Monochromatic Colors of #018C99
Black with #018C99
Text Example
Text Example
White with #018C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C99; }
p { color: rgb(1,140,153); }
H1.HeaderClassName
{
color: #018C99;
}
.AnyTagClassName
{
color: #018C99;
}
</style>
background-color css
<style>
a { background-color: #018C99; }
a { background-color: rgb(1,140,153); }
div.DivClassName
{
background-color: #018C99;
}
.BgClassName
{
background-color: #018C99;
}
</style>
border-color css
<style>
span { border-color: #018C99; }
span { border-color: rgb(1,140,153); }
td.TdClassName
{
border-color: #018C99;
}
.TagClassName
{
border-color: #018C99;
}
</style>