Shades of Eastern Blue #018EAA
Tints of Eastern Blue #018EAA
RGB
CMYK
RGB Variations
Color information
#018EAA (or 0x018EAA) is known color: Eastern Blue. HEX triplet: 01, 8E and AA. RGB value is (1,142,170). Sum of RGB (Red+Green+Blue) = 1+142+170=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #018EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EAA is #FE7155. Grayscale: #666666. Windows color (decimal): -16675158 or 11177473. OLE color: 11177473.
HSL color Cylindrical-coordinate representation of color #018EAA: hue angle of 189.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EAA is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 142 | 170 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.33 |
| HSL | 189.94º | 0.99% | 0.34% | - |
| HSV(B) | 189.94º | 0.99% | 0.67% | - |
| XYZ | 16.94 | 22.25 | 41.43 | - |
| YUV | 103.03 | 165.79 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 170 | 0.99 | 0.16 | 0 | 0.33 | 189.94 | 0.99 | 0.34 |
| Hex | 1 | 8E | AA | 63 | 10 | 0 | 21 | BE | 63 | 22 |
| Octal | 1 | 216 | 252 | 143 | 20 | 0 | 41 | 276 | 143 | 42 |
| Binary | 1 | 10001110 | 10101010 | 1100011 | 10000 | 0 | 100001 | 10111110 | 1100011 | 100010 |
Color Harmonies of #018EAA
Complementary color
Monochromatic Colors of #018EAA
Black with #018EAA
Text Example
Text Example
White with #018EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EAA; }
p { color: rgb(1,142,170); }
H1.HeaderClassName
{
color: #018EAA;
}
.AnyTagClassName
{
color: #018EAA;
}
</style>
background-color css
<style>
a { background-color: #018EAA; }
a { background-color: rgb(1,142,170); }
div.DivClassName
{
background-color: #018EAA;
}
.BgClassName
{
background-color: #018EAA;
}
</style>
border-color css
<style>
span { border-color: #018EAA; }
span { border-color: rgb(1,142,170); }
td.TdClassName
{
border-color: #018EAA;
}
.TagClassName
{
border-color: #018EAA;
}
</style>