Shades of Eastern Blue #018498
Tints of Eastern Blue #018498
RGB
CMYK
RGB Variations
Color information
#018498 (or 0x018498) is known color: Eastern Blue. HEX triplet: 01, 84 and 98. RGB value is (1,132,152). Sum of RGB (Red+Green+Blue) = 1+132+152=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #018498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018498 is #FE7B67. Grayscale: #5E5E5E. Windows color (decimal): -16677736 or 9995265. OLE color: 9995265.
HSL color Cylindrical-coordinate representation of color #018498: hue angle of 187.95º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018498 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 132 | 152 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.40 |
| HSL | 187.95º | 0.99% | 0.3% | - |
| HSV(B) | 187.95º | 0.99% | 0.6% | - |
| XYZ | 13.93 | 18.78 | 32.6 | - |
| YUV | 95.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 152 | 0.99 | 0.13 | 0 | 0.40 | 187.95 | 0.99 | 0.3 |
| Hex | 1 | 84 | 98 | 63 | D | 0 | 28 | BC | 63 | 1E |
| Octal | 1 | 204 | 230 | 143 | 15 | 0 | 50 | 274 | 143 | 36 |
| Binary | 1 | 10000100 | 10011000 | 1100011 | 1101 | 0 | 101000 | 10111100 | 1100011 | 11110 |
Color Harmonies of #018498
Complementary color
Monochromatic Colors of #018498
Black with #018498
Text Example
Text Example
White with #018498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018498; }
p { color: rgb(1,132,152); }
H1.HeaderClassName
{
color: #018498;
}
.AnyTagClassName
{
color: #018498;
}
</style>
background-color css
<style>
a { background-color: #018498; }
a { background-color: rgb(1,132,152); }
div.DivClassName
{
background-color: #018498;
}
.BgClassName
{
background-color: #018498;
}
</style>
border-color css
<style>
span { border-color: #018498; }
span { border-color: rgb(1,132,152); }
td.TdClassName
{
border-color: #018498;
}
.TagClassName
{
border-color: #018498;
}
</style>