Shades of Eastern Blue #018EA6
Tints of Eastern Blue #018EA6
RGB
CMYK
RGB Variations
Color information
#018EA6 (or 0x018EA6) is known color: Eastern Blue. HEX triplet: 01, 8E and A6. RGB value is (1,142,166). Sum of RGB (Red+Green+Blue) = 1+142+166=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 166 (65.23% from 255 or 53.72% from 309); Max value from RGB is 166 - color contains mainly: blue. Hex color #018EA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA6 is #FE7159. Grayscale: #666666. Windows color (decimal): -16675162 or 10915329. OLE color: 10915329.
HSL color Cylindrical-coordinate representation of color #018EA6: hue angle of 188.73º 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 #018EA6 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 142 | 166 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.35 |
| HSL | 188.73º | 0.99% | 0.33% | - |
| HSV(B) | 188.73º | 0.99% | 0.65% | - |
| XYZ | 16.57 | 22.11 | 39.47 | - |
| YUV | 102.58 | 163.79 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 166 | 0.99 | 0.14 | 0 | 0.35 | 188.73 | 0.99 | 0.33 |
| Hex | 1 | 8E | A6 | 63 | E | 0 | 23 | BD | 63 | 21 |
| Octal | 1 | 216 | 246 | 143 | 16 | 0 | 43 | 275 | 143 | 41 |
| Binary | 1 | 10001110 | 10100110 | 1100011 | 1110 | 0 | 100011 | 10111101 | 1100011 | 100001 |
Color Harmonies of #018EA6
Complementary color
Monochromatic Colors of #018EA6
Black with #018EA6
Text Example
Text Example
White with #018EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EA6; }
p { color: rgb(1,142,166); }
H1.HeaderClassName
{
color: #018EA6;
}
.AnyTagClassName
{
color: #018EA6;
}
</style>
background-color css
<style>
a { background-color: #018EA6; }
a { background-color: rgb(1,142,166); }
div.DivClassName
{
background-color: #018EA6;
}
.BgClassName
{
background-color: #018EA6;
}
</style>
border-color css
<style>
span { border-color: #018EA6; }
span { border-color: rgb(1,142,166); }
td.TdClassName
{
border-color: #018EA6;
}
.TagClassName
{
border-color: #018EA6;
}
</style>