Shades of Eastern Blue #018C9B
Tints of Eastern Blue #018C9B
RGB
CMYK
RGB Variations
Color information
#018C9B (or 0x018C9B) is known color: Eastern Blue. HEX triplet: 01, 8C and 9B. RGB value is (1,140,155). Sum of RGB (Red+Green+Blue) = 1+140+155=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #018C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C9B is #FE7364. Grayscale: #636363. Windows color (decimal): -16675685 or 10193921. OLE color: 10193921.
HSL color Cylindrical-coordinate representation of color #018C9B: hue angle of 185.84º 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 #018C9B is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 140 | 155 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.39 |
| HSL | 185.84º | 0.99% | 0.31% | - |
| HSV(B) | 185.84º | 0.99% | 0.61% | - |
| XYZ | 15.31 | 21.13 | 34.28 | - |
| YUV | 100.15 | 158.95 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 155 | 0.99 | 0.10 | 0 | 0.39 | 185.84 | 0.99 | 0.31 |
| Hex | 1 | 8C | 9B | 63 | A | 0 | 27 | BA | 63 | 1F |
| Octal | 1 | 214 | 233 | 143 | 12 | 0 | 47 | 272 | 143 | 37 |
| Binary | 1 | 10001100 | 10011011 | 1100011 | 1010 | 0 | 100111 | 10111010 | 1100011 | 11111 |
Color Harmonies of #018C9B
Complementary color
Monochromatic Colors of #018C9B
Black with #018C9B
Text Example
Text Example
White with #018C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C9B; }
p { color: rgb(1,140,155); }
H1.HeaderClassName
{
color: #018C9B;
}
.AnyTagClassName
{
color: #018C9B;
}
</style>
background-color css
<style>
a { background-color: #018C9B; }
a { background-color: rgb(1,140,155); }
div.DivClassName
{
background-color: #018C9B;
}
.BgClassName
{
background-color: #018C9B;
}
</style>
border-color css
<style>
span { border-color: #018C9B; }
span { border-color: rgb(1,140,155); }
td.TdClassName
{
border-color: #018C9B;
}
.TagClassName
{
border-color: #018C9B;
}
</style>