Shades of Eastern Blue #018EA2
Tints of Eastern Blue #018EA2
RGB
CMYK
RGB Variations
Color information
#018EA2 (or 0x018EA2) is known color: Eastern Blue. HEX triplet: 01, 8E and A2. RGB value is (1,142,162). Sum of RGB (Red+Green+Blue) = 1+142+162=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #018EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA2 is #FE715D. Grayscale: #656565. Windows color (decimal): -16675166 or 10653185. OLE color: 10653185.
HSL color Cylindrical-coordinate representation of color #018EA2: hue angle of 187.45º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EA2 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 142 | 162 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.36 |
| HSL | 187.45º | 0.99% | 0.32% | - |
| HSV(B) | 187.45º | 0.99% | 0.64% | - |
| XYZ | 16.21 | 21.96 | 37.57 | - |
| YUV | 102.12 | 161.79 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 162 | 0.99 | 0.12 | 0 | 0.36 | 187.45 | 0.99 | 0.32 |
| Hex | 1 | 8E | A2 | 63 | C | 0 | 24 | BB | 63 | 20 |
| Octal | 1 | 216 | 242 | 143 | 14 | 0 | 44 | 273 | 143 | 40 |
| Binary | 1 | 10001110 | 10100010 | 1100011 | 1100 | 0 | 100100 | 10111011 | 1100011 | 100000 |
Color Harmonies of #018EA2
Complementary color
Monochromatic Colors of #018EA2
Black with #018EA2
Text Example
Text Example
White with #018EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EA2; }
p { color: rgb(1,142,162); }
H1.HeaderClassName
{
color: #018EA2;
}
.AnyTagClassName
{
color: #018EA2;
}
</style>
background-color css
<style>
a { background-color: #018EA2; }
a { background-color: rgb(1,142,162); }
div.DivClassName
{
background-color: #018EA2;
}
.BgClassName
{
background-color: #018EA2;
}
</style>
border-color css
<style>
span { border-color: #018EA2; }
span { border-color: rgb(1,142,162); }
td.TdClassName
{
border-color: #018EA2;
}
.TagClassName
{
border-color: #018EA2;
}
</style>