Shades of Eastern Blue #018C9A
Tints of Eastern Blue #018C9A
RGB
CMYK
RGB Variations
Color information
#018C9A (or 0x018C9A) is known color: Eastern Blue. HEX triplet: 01, 8C and 9A. RGB value is (1,140,154). Sum of RGB (Red+Green+Blue) = 1+140+154=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #018C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C9A is #FE7365. Grayscale: #636363. Windows color (decimal): -16675686 or 10128385. OLE color: 10128385.
HSL color Cylindrical-coordinate representation of color #018C9A: hue angle of 185.49º 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 #018C9A is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 140 | 154 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.40 |
| HSL | 185.49º | 0.99% | 0.3% | - |
| HSV(B) | 185.49º | 0.99% | 0.6% | - |
| XYZ | 15.22 | 21.1 | 33.84 | - |
| YUV | 100.04 | 158.45 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 154 | 0.99 | 0.09 | 0 | 0.40 | 185.49 | 0.99 | 0.3 |
| Hex | 1 | 8C | 9A | 63 | 9 | 0 | 28 | B9 | 63 | 1E |
| Octal | 1 | 214 | 232 | 143 | 11 | 0 | 50 | 271 | 143 | 36 |
| Binary | 1 | 10001100 | 10011010 | 1100011 | 1001 | 0 | 101000 | 10111001 | 1100011 | 11110 |
Color Harmonies of #018C9A
Complementary color
Monochromatic Colors of #018C9A
Black with #018C9A
Text Example
Text Example
White with #018C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C9A; }
p { color: rgb(1,140,154); }
H1.HeaderClassName
{
color: #018C9A;
}
.AnyTagClassName
{
color: #018C9A;
}
</style>
background-color css
<style>
a { background-color: #018C9A; }
a { background-color: rgb(1,140,154); }
div.DivClassName
{
background-color: #018C9A;
}
.BgClassName
{
background-color: #018C9A;
}
</style>
border-color css
<style>
span { border-color: #018C9A; }
span { border-color: rgb(1,140,154); }
td.TdClassName
{
border-color: #018C9A;
}
.TagClassName
{
border-color: #018C9A;
}
</style>