Shades of Eastern Blue #018EA8
Tints of Eastern Blue #018EA8
RGB
CMYK
RGB Variations
Color information
#018EA8 (or 0x018EA8) is known color: Eastern Blue. HEX triplet: 01, 8E and A8. RGB value is (1,142,168). Sum of RGB (Red+Green+Blue) = 1+142+168=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 168 (66.02% from 255 or 54.02% from 311); Max value from RGB is 168 - color contains mainly: blue. Hex color #018EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA8 is #FE7157. Grayscale: #666666. Windows color (decimal): -16675160 or 11046401. OLE color: 11046401.
HSL color Cylindrical-coordinate representation of color #018EA8: hue angle of 189.34º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EA8 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 142 | 168 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.34 |
| HSL | 189.34º | 0.99% | 0.33% | - |
| HSV(B) | 189.34º | 0.99% | 0.66% | - |
| XYZ | 16.75 | 22.18 | 40.44 | - |
| YUV | 102.81 | 164.79 | 55.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 168 | 0.99 | 0.15 | 0 | 0.34 | 189.34 | 0.99 | 0.33 |
| Hex | 1 | 8E | A8 | 63 | F | 0 | 22 | BD | 63 | 21 |
| Octal | 1 | 216 | 250 | 143 | 17 | 0 | 42 | 275 | 143 | 41 |
| Binary | 1 | 10001110 | 10101000 | 1100011 | 1111 | 0 | 100010 | 10111101 | 1100011 | 100001 |
Color Harmonies of #018EA8
Complementary color
Monochromatic Colors of #018EA8
Black with #018EA8
Text Example
Text Example
White with #018EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EA8; }
p { color: rgb(1,142,168); }
H1.HeaderClassName
{
color: #018EA8;
}
.AnyTagClassName
{
color: #018EA8;
}
</style>
background-color css
<style>
a { background-color: #018EA8; }
a { background-color: rgb(1,142,168); }
div.DivClassName
{
background-color: #018EA8;
}
.BgClassName
{
background-color: #018EA8;
}
</style>
border-color css
<style>
span { border-color: #018EA8; }
span { border-color: rgb(1,142,168); }
td.TdClassName
{
border-color: #018EA8;
}
.TagClassName
{
border-color: #018EA8;
}
</style>