Shades of Eastern Blue #018EA7
Tints of Eastern Blue #018EA7
RGB
CMYK
RGB Variations
Color information
#018EA7 (or 0x018EA7) is known color: Eastern Blue. HEX triplet: 01, 8E and A7. RGB value is (1,142,167). Sum of RGB (Red+Green+Blue) = 1+142+167=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 167 (65.62% from 255 or 53.87% from 310); Max value from RGB is 167 - color contains mainly: blue. Hex color #018EA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA7 is #FE7158. Grayscale: #666666. Windows color (decimal): -16675161 or 10980865. OLE color: 10980865.
HSL color Cylindrical-coordinate representation of color #018EA7: hue angle of 189.04º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EA7 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 142 | 167 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.35 |
| HSL | 189.04º | 0.99% | 0.33% | - |
| HSV(B) | 189.04º | 0.99% | 0.65% | - |
| XYZ | 16.66 | 22.14 | 39.96 | - |
| YUV | 102.69 | 164.29 | 55.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 167 | 0.99 | 0.15 | 0 | 0.35 | 189.04 | 0.99 | 0.33 |
| Hex | 1 | 8E | A7 | 63 | F | 0 | 23 | BD | 63 | 21 |
| Octal | 1 | 216 | 247 | 143 | 17 | 0 | 43 | 275 | 143 | 41 |
| Binary | 1 | 10001110 | 10100111 | 1100011 | 1111 | 0 | 100011 | 10111101 | 1100011 | 100001 |
Color Harmonies of #018EA7
Complementary color
Monochromatic Colors of #018EA7
Black with #018EA7
Text Example
Text Example
White with #018EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EA7; }
p { color: rgb(1,142,167); }
H1.HeaderClassName
{
color: #018EA7;
}
.AnyTagClassName
{
color: #018EA7;
}
</style>
background-color css
<style>
a { background-color: #018EA7; }
a { background-color: rgb(1,142,167); }
div.DivClassName
{
background-color: #018EA7;
}
.BgClassName
{
background-color: #018EA7;
}
</style>
border-color css
<style>
span { border-color: #018EA7; }
span { border-color: rgb(1,142,167); }
td.TdClassName
{
border-color: #018EA7;
}
.TagClassName
{
border-color: #018EA7;
}
</style>