Shades of Eastern Blue #018493
Tints of Eastern Blue #018493
RGB
CMYK
RGB Variations
Color information
#018493 (or 0x018493) is known color: Eastern Blue. HEX triplet: 01, 84 and 93. RGB value is (1,132,147). Sum of RGB (Red+Green+Blue) = 1+132+147=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #018493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018493 is #FE7B6C. Grayscale: #5E5E5E. Windows color (decimal): -16677741 or 9667585. OLE color: 9667585.
HSL color Cylindrical-coordinate representation of color #018493: hue angle of 186.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018493 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 132 | 147 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.42 |
| HSL | 186.16º | 0.99% | 0.29% | - |
| HSV(B) | 186.16º | 0.99% | 0.58% | - |
| XYZ | 13.53 | 18.62 | 30.48 | - |
| YUV | 94.54 | 157.6 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 147 | 0.99 | 0.10 | 0 | 0.42 | 186.16 | 0.99 | 0.29 |
| Hex | 1 | 84 | 93 | 63 | A | 0 | 2A | BA | 63 | 1D |
| Octal | 1 | 204 | 223 | 143 | 12 | 0 | 52 | 272 | 143 | 35 |
| Binary | 1 | 10000100 | 10010011 | 1100011 | 1010 | 0 | 101010 | 10111010 | 1100011 | 11101 |
Color Harmonies of #018493
Complementary color
Monochromatic Colors of #018493
Black with #018493
Text Example
Text Example
White with #018493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018493; }
p { color: rgb(1,132,147); }
H1.HeaderClassName
{
color: #018493;
}
.AnyTagClassName
{
color: #018493;
}
</style>
background-color css
<style>
a { background-color: #018493; }
a { background-color: rgb(1,132,147); }
div.DivClassName
{
background-color: #018493;
}
.BgClassName
{
background-color: #018493;
}
</style>
border-color css
<style>
span { border-color: #018493; }
span { border-color: rgb(1,132,147); }
td.TdClassName
{
border-color: #018493;
}
.TagClassName
{
border-color: #018493;
}
</style>