Shades of Eastern Blue #018399
Tints of Eastern Blue #018399
RGB
CMYK
RGB Variations
Color information
#018399 (or 0x018399) is known color: Eastern Blue. HEX triplet: 01, 83 and 99. RGB value is (1,131,153). Sum of RGB (Red+Green+Blue) = 1+131+153=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #018399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018399 is #FE7C66. Grayscale: #5E5E5E. Windows color (decimal): -16677991 or 10060545. OLE color: 10060545.
HSL color Cylindrical-coordinate representation of color #018399: hue angle of 188.68º 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 #018399 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 131 | 153 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.4 |
| HSL | 188.68º | 0.99% | 0.3% | - |
| HSV(B) | 188.68º | 0.99% | 0.6% | - |
| XYZ | 13.88 | 18.54 | 32.98 | - |
| YUV | 94.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 153 | 0.99 | 0.14 | 0 | 0.4 | 188.68 | 0.99 | 0.3 |
| Hex | 1 | 83 | 99 | 63 | E | 0 | 28 | BD | 63 | 1E |
| Octal | 1 | 203 | 231 | 143 | 16 | 0 | 50 | 275 | 143 | 36 |
| Binary | 1 | 10000011 | 10011001 | 1100011 | 1110 | 0 | 101000 | 10111101 | 1100011 | 11110 |
Color Harmonies of #018399
Complementary color
Monochromatic Colors of #018399
Black with #018399
Text Example
Text Example
White with #018399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018399; }
p { color: rgb(1,131,153); }
H1.HeaderClassName
{
color: #018399;
}
.AnyTagClassName
{
color: #018399;
}
</style>
background-color css
<style>
a { background-color: #018399; }
a { background-color: rgb(1,131,153); }
div.DivClassName
{
background-color: #018399;
}
.BgClassName
{
background-color: #018399;
}
</style>
border-color css
<style>
span { border-color: #018399; }
span { border-color: rgb(1,131,153); }
td.TdClassName
{
border-color: #018399;
}
.TagClassName
{
border-color: #018399;
}
</style>