Shades of Eastern Blue #018B99
Tints of Eastern Blue #018B99
RGB
CMYK
RGB Variations
Color information
#018B99 (or 0x018B99) is known color: Eastern Blue. HEX triplet: 01, 8B and 99. RGB value is (1,139,153). Sum of RGB (Red+Green+Blue) = 1+139+153=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #018B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B99 is #FE7466. Grayscale: #636363. Windows color (decimal): -16675943 or 10062593. OLE color: 10062593.
HSL color Cylindrical-coordinate representation of color #018B99: hue angle of 185.53º 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 #018B99 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 139 | 153 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.4 |
| HSL | 185.53º | 0.99% | 0.3% | - |
| HSV(B) | 185.53º | 0.99% | 0.6% | - |
| XYZ | 14.99 | 20.77 | 33.36 | - |
| YUV | 99.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 153 | 0.99 | 0.09 | 0 | 0.4 | 185.53 | 0.99 | 0.3 |
| Hex | 1 | 8B | 99 | 63 | 9 | 0 | 28 | BA | 63 | 1E |
| Octal | 1 | 213 | 231 | 143 | 11 | 0 | 50 | 272 | 143 | 36 |
| Binary | 1 | 10001011 | 10011001 | 1100011 | 1001 | 0 | 101000 | 10111010 | 1100011 | 11110 |
Color Harmonies of #018B99
Complementary color
Monochromatic Colors of #018B99
Black with #018B99
Text Example
Text Example
White with #018B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B99; }
p { color: rgb(1,139,153); }
H1.HeaderClassName
{
color: #018B99;
}
.AnyTagClassName
{
color: #018B99;
}
</style>
background-color css
<style>
a { background-color: #018B99; }
a { background-color: rgb(1,139,153); }
div.DivClassName
{
background-color: #018B99;
}
.BgClassName
{
background-color: #018B99;
}
</style>
border-color css
<style>
span { border-color: #018B99; }
span { border-color: rgb(1,139,153); }
td.TdClassName
{
border-color: #018B99;
}
.TagClassName
{
border-color: #018B99;
}
</style>