Shades of Eastern Blue #018B9B
Tints of Eastern Blue #018B9B
RGB
CMYK
RGB Variations
Color information
#018B9B (or 0x018B9B) is known color: Eastern Blue. HEX triplet: 01, 8B and 9B. RGB value is (1,139,155). Sum of RGB (Red+Green+Blue) = 1+139+155=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #018B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018B9B is #FE7464. Grayscale: #636363. Windows color (decimal): -16675941 or 10193665. OLE color: 10193665.
HSL color Cylindrical-coordinate representation of color #018B9B: hue angle of 186.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B9B is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 139 | 155 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.39 |
| HSL | 186.23º | 0.99% | 0.31% | - |
| HSV(B) | 186.23º | 0.99% | 0.61% | - |
| XYZ | 15.16 | 20.84 | 34.23 | - |
| YUV | 99.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 155 | 0.99 | 0.10 | 0 | 0.39 | 186.23 | 0.99 | 0.31 |
| Hex | 1 | 8B | 9B | 63 | A | 0 | 27 | BA | 63 | 1F |
| Octal | 1 | 213 | 233 | 143 | 12 | 0 | 47 | 272 | 143 | 37 |
| Binary | 1 | 10001011 | 10011011 | 1100011 | 1010 | 0 | 100111 | 10111010 | 1100011 | 11111 |
Color Harmonies of #018B9B
Complementary color
Monochromatic Colors of #018B9B
Black with #018B9B
Text Example
Text Example
White with #018B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B9B; }
p { color: rgb(1,139,155); }
H1.HeaderClassName
{
color: #018B9B;
}
.AnyTagClassName
{
color: #018B9B;
}
</style>
background-color css
<style>
a { background-color: #018B9B; }
a { background-color: rgb(1,139,155); }
div.DivClassName
{
background-color: #018B9B;
}
.BgClassName
{
background-color: #018B9B;
}
</style>
border-color css
<style>
span { border-color: #018B9B; }
span { border-color: rgb(1,139,155); }
td.TdClassName
{
border-color: #018B9B;
}
.TagClassName
{
border-color: #018B9B;
}
</style>