Shades of Eastern Blue #018996
Tints of Eastern Blue #018996
RGB
CMYK
RGB Variations
Color information
#018996 (or 0x018996) is known color: Eastern Blue. HEX triplet: 01, 89 and 96. RGB value is (1,137,150). Sum of RGB (Red+Green+Blue) = 1+137+150=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #018996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018996 is #FE7669. Grayscale: #616161. Windows color (decimal): -16676458 or 9865473. OLE color: 9865473.
HSL color Cylindrical-coordinate representation of color #018996: hue angle of 185.23º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018996 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 137 | 150 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.41 |
| HSL | 185.23º | 0.99% | 0.3% | - |
| HSV(B) | 185.23º | 0.99% | 0.59% | - |
| XYZ | 14.46 | 20.1 | 31.97 | - |
| YUV | 97.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 150 | 0.99 | 0.09 | 0 | 0.41 | 185.23 | 0.99 | 0.3 |
| Hex | 1 | 89 | 96 | 63 | 9 | 0 | 29 | B9 | 63 | 1E |
| Octal | 1 | 211 | 226 | 143 | 11 | 0 | 51 | 271 | 143 | 36 |
| Binary | 1 | 10001001 | 10010110 | 1100011 | 1001 | 0 | 101001 | 10111001 | 1100011 | 11110 |
Color Harmonies of #018996
Complementary color
Monochromatic Colors of #018996
Black with #018996
Text Example
Text Example
White with #018996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018996; }
p { color: rgb(1,137,150); }
H1.HeaderClassName
{
color: #018996;
}
.AnyTagClassName
{
color: #018996;
}
</style>
background-color css
<style>
a { background-color: #018996; }
a { background-color: rgb(1,137,150); }
div.DivClassName
{
background-color: #018996;
}
.BgClassName
{
background-color: #018996;
}
</style>
border-color css
<style>
span { border-color: #018996; }
span { border-color: rgb(1,137,150); }
td.TdClassName
{
border-color: #018996;
}
.TagClassName
{
border-color: #018996;
}
</style>