Shades of Eastern Blue #018B9A
Tints of Eastern Blue #018B9A
RGB
CMYK
RGB Variations
Color information
#018B9A (or 0x018B9A) is known color: Eastern Blue. HEX triplet: 01, 8B and 9A. RGB value is (1,139,154). Sum of RGB (Red+Green+Blue) = 1+139+154=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #018B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B9A is #FE7465. Grayscale: #636363. Windows color (decimal): -16675942 or 10128129. OLE color: 10128129.
HSL color Cylindrical-coordinate representation of color #018B9A: hue angle of 185.88º 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 #018B9A is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 139 | 154 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.40 |
| HSL | 185.88º | 0.99% | 0.3% | - |
| HSV(B) | 185.88º | 0.99% | 0.6% | - |
| XYZ | 15.08 | 20.8 | 33.79 | - |
| YUV | 99.45 | 158.78 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 154 | 0.99 | 0.10 | 0 | 0.40 | 185.88 | 0.99 | 0.3 |
| Hex | 1 | 8B | 9A | 63 | A | 0 | 28 | BA | 63 | 1E |
| Octal | 1 | 213 | 232 | 143 | 12 | 0 | 50 | 272 | 143 | 36 |
| Binary | 1 | 10001011 | 10011010 | 1100011 | 1010 | 0 | 101000 | 10111010 | 1100011 | 11110 |
Color Harmonies of #018B9A
Complementary color
Monochromatic Colors of #018B9A
Black with #018B9A
Text Example
Text Example
White with #018B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B9A; }
p { color: rgb(1,139,154); }
H1.HeaderClassName
{
color: #018B9A;
}
.AnyTagClassName
{
color: #018B9A;
}
</style>
background-color css
<style>
a { background-color: #018B9A; }
a { background-color: rgb(1,139,154); }
div.DivClassName
{
background-color: #018B9A;
}
.BgClassName
{
background-color: #018B9A;
}
</style>
border-color css
<style>
span { border-color: #018B9A; }
span { border-color: rgb(1,139,154); }
td.TdClassName
{
border-color: #018B9A;
}
.TagClassName
{
border-color: #018B9A;
}
</style>