Shades of Eastern Blue #018696
Tints of Eastern Blue #018696
RGB
CMYK
RGB Variations
Color information
#018696 (or 0x018696) is known color: Eastern Blue. HEX triplet: 01, 86 and 96. RGB value is (1,134,150). Sum of RGB (Red+Green+Blue) = 1+134+150=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #018696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018696 is #FE7969. Grayscale: #5F5F5F. Windows color (decimal): -16677226 or 9864705. OLE color: 9864705.
HSL color Cylindrical-coordinate representation of color #018696: hue angle of 186.44º 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 #018696 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 134 | 150 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.41 |
| HSL | 186.44º | 0.99% | 0.3% | - |
| HSV(B) | 186.44º | 0.99% | 0.59% | - |
| XYZ | 14.04 | 19.26 | 31.83 | - |
| YUV | 96.06 | 158.44 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 150 | 0.99 | 0.11 | 0 | 0.41 | 186.44 | 0.99 | 0.3 |
| Hex | 1 | 86 | 96 | 63 | B | 0 | 29 | BA | 63 | 1E |
| Octal | 1 | 206 | 226 | 143 | 13 | 0 | 51 | 272 | 143 | 36 |
| Binary | 1 | 10000110 | 10010110 | 1100011 | 1011 | 0 | 101001 | 10111010 | 1100011 | 11110 |
Color Harmonies of #018696
Complementary color
Monochromatic Colors of #018696
Black with #018696
Text Example
Text Example
White with #018696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018696; }
p { color: rgb(1,134,150); }
H1.HeaderClassName
{
color: #018696;
}
.AnyTagClassName
{
color: #018696;
}
</style>
background-color css
<style>
a { background-color: #018696; }
a { background-color: rgb(1,134,150); }
div.DivClassName
{
background-color: #018696;
}
.BgClassName
{
background-color: #018696;
}
</style>
border-color css
<style>
span { border-color: #018696; }
span { border-color: rgb(1,134,150); }
td.TdClassName
{
border-color: #018696;
}
.TagClassName
{
border-color: #018696;
}
</style>