Shades of Eastern Blue #018B9D
Tints of Eastern Blue #018B9D
RGB
CMYK
RGB Variations
Color information
#018B9D (or 0x018B9D) is known color: Eastern Blue. HEX triplet: 01, 8B and 9D. RGB value is (1,139,157). Sum of RGB (Red+Green+Blue) = 1+139+157=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #018B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B9D is #FE7462. Grayscale: #636363. Windows color (decimal): -16675939 or 10324737. OLE color: 10324737.
HSL color Cylindrical-coordinate representation of color #018B9D: hue angle of 186.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B9D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 139 | 157 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.38 |
| HSL | 186.92º | 0.99% | 0.31% | - |
| HSV(B) | 186.92º | 0.99% | 0.62% | - |
| XYZ | 15.33 | 20.91 | 35.13 | - |
| YUV | 99.79 | 160.28 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 157 | 0.99 | 0.11 | 0 | 0.38 | 186.92 | 0.99 | 0.31 |
| Hex | 1 | 8B | 9D | 63 | B | 0 | 26 | BB | 63 | 1F |
| Octal | 1 | 213 | 235 | 143 | 13 | 0 | 46 | 273 | 143 | 37 |
| Binary | 1 | 10001011 | 10011101 | 1100011 | 1011 | 0 | 100110 | 10111011 | 1100011 | 11111 |
Color Harmonies of #018B9D
Complementary color
Monochromatic Colors of #018B9D
Black with #018B9D
Text Example
Text Example
White with #018B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B9D; }
p { color: rgb(1,139,157); }
H1.HeaderClassName
{
color: #018B9D;
}
.AnyTagClassName
{
color: #018B9D;
}
</style>
background-color css
<style>
a { background-color: #018B9D; }
a { background-color: rgb(1,139,157); }
div.DivClassName
{
background-color: #018B9D;
}
.BgClassName
{
background-color: #018B9D;
}
</style>
border-color css
<style>
span { border-color: #018B9D; }
span { border-color: rgb(1,139,157); }
td.TdClassName
{
border-color: #018B9D;
}
.TagClassName
{
border-color: #018B9D;
}
</style>