Shades of Eastern Blue #018595
Tints of Eastern Blue #018595
RGB
CMYK
RGB Variations
Color information
#018595 (or 0x018595) is known color: Eastern Blue. HEX triplet: 01, 85 and 95. RGB value is (1,133,149). Sum of RGB (Red+Green+Blue) = 1+133+149=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #018595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018595 is #FE7A6A. Grayscale: #5F5F5F. Windows color (decimal): -16677483 or 9798913. OLE color: 9798913.
HSL color Cylindrical-coordinate representation of color #018595: hue angle of 186.49º 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 #018595 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 133 | 149 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.42 |
| HSL | 186.49º | 0.99% | 0.29% | - |
| HSV(B) | 186.49º | 0.99% | 0.58% | - |
| XYZ | 13.82 | 18.95 | 31.36 | - |
| YUV | 95.36 | 158.27 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 149 | 0.99 | 0.11 | 0 | 0.42 | 186.49 | 0.99 | 0.29 |
| Hex | 1 | 85 | 95 | 63 | B | 0 | 2A | BA | 63 | 1D |
| Octal | 1 | 205 | 225 | 143 | 13 | 0 | 52 | 272 | 143 | 35 |
| Binary | 1 | 10000101 | 10010101 | 1100011 | 1011 | 0 | 101010 | 10111010 | 1100011 | 11101 |
Color Harmonies of #018595
Complementary color
Monochromatic Colors of #018595
Black with #018595
Text Example
Text Example
White with #018595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018595; }
p { color: rgb(1,133,149); }
H1.HeaderClassName
{
color: #018595;
}
.AnyTagClassName
{
color: #018595;
}
</style>
background-color css
<style>
a { background-color: #018595; }
a { background-color: rgb(1,133,149); }
div.DivClassName
{
background-color: #018595;
}
.BgClassName
{
background-color: #018595;
}
</style>
border-color css
<style>
span { border-color: #018595; }
span { border-color: rgb(1,133,149); }
td.TdClassName
{
border-color: #018595;
}
.TagClassName
{
border-color: #018595;
}
</style>