Shades of Eastern Blue #018EA3
Tints of Eastern Blue #018EA3
RGB
CMYK
RGB Variations
Color information
#018EA3 (or 0x018EA3) is known color: Eastern Blue. HEX triplet: 01, 8E and A3. RGB value is (1,142,163). Sum of RGB (Red+Green+Blue) = 1+142+163=306 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #018EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA3 is #FE715C. Grayscale: #666666. Windows color (decimal): -16675165 or 10718721. OLE color: 10718721.
HSL color Cylindrical-coordinate representation of color #018EA3: hue angle of 187.78º 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 #018EA3 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 142 | 163 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.36 |
| HSL | 187.78º | 0.99% | 0.32% | - |
| HSV(B) | 187.78º | 0.99% | 0.64% | - |
| XYZ | 16.3 | 22 | 38.04 | - |
| YUV | 102.24 | 162.29 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 163 | 0.99 | 0.13 | 0 | 0.36 | 187.78 | 0.99 | 0.32 |
| Hex | 1 | 8E | A3 | 63 | D | 0 | 24 | BC | 63 | 20 |
| Octal | 1 | 216 | 243 | 143 | 15 | 0 | 44 | 274 | 143 | 40 |
| Binary | 1 | 10001110 | 10100011 | 1100011 | 1101 | 0 | 100100 | 10111100 | 1100011 | 100000 |
Color Harmonies of #018EA3
Complementary color
Monochromatic Colors of #018EA3
Black with #018EA3
Text Example
Text Example
White with #018EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EA3; }
p { color: rgb(1,142,163); }
H1.HeaderClassName
{
color: #018EA3;
}
.AnyTagClassName
{
color: #018EA3;
}
</style>
background-color css
<style>
a { background-color: #018EA3; }
a { background-color: rgb(1,142,163); }
div.DivClassName
{
background-color: #018EA3;
}
.BgClassName
{
background-color: #018EA3;
}
</style>
border-color css
<style>
span { border-color: #018EA3; }
span { border-color: rgb(1,142,163); }
td.TdClassName
{
border-color: #018EA3;
}
.TagClassName
{
border-color: #018EA3;
}
</style>