Shades of Eastern Blue #018EA4
Tints of Eastern Blue #018EA4
RGB
CMYK
RGB Variations
Color information
#018EA4 (or 0x018EA4) is known color: Eastern Blue. HEX triplet: 01, 8E and A4. RGB value is (1,142,164). Sum of RGB (Red+Green+Blue) = 1+142+164=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #018EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EA4 is #FE715B. Grayscale: #666666. Windows color (decimal): -16675164 or 10784257. OLE color: 10784257.
HSL color Cylindrical-coordinate representation of color #018EA4: hue angle of 188.1º 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 #018EA4 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 142 | 164 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.36 |
| HSL | 188.1º | 0.99% | 0.32% | - |
| HSV(B) | 188.1º | 0.99% | 0.64% | - |
| XYZ | 16.39 | 22.03 | 38.51 | - |
| YUV | 102.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 142 | 164 | 0.99 | 0.13 | 0 | 0.36 | 188.1 | 0.99 | 0.32 |
| Hex | 1 | 8E | A4 | 63 | D | 0 | 24 | BC | 63 | 20 |
| Octal | 1 | 216 | 244 | 143 | 15 | 0 | 44 | 274 | 143 | 40 |
| Binary | 1 | 10001110 | 10100100 | 1100011 | 1101 | 0 | 100100 | 10111100 | 1100011 | 100000 |
Color Harmonies of #018EA4
Complementary color
Monochromatic Colors of #018EA4
Black with #018EA4
Text Example
Text Example
White with #018EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018EA4; }
p { color: rgb(1,142,164); }
H1.HeaderClassName
{
color: #018EA4;
}
.AnyTagClassName
{
color: #018EA4;
}
</style>
background-color css
<style>
a { background-color: #018EA4; }
a { background-color: rgb(1,142,164); }
div.DivClassName
{
background-color: #018EA4;
}
.BgClassName
{
background-color: #018EA4;
}
</style>
border-color css
<style>
span { border-color: #018EA4; }
span { border-color: rgb(1,142,164); }
td.TdClassName
{
border-color: #018EA4;
}
.TagClassName
{
border-color: #018EA4;
}
</style>