Shades of Eastern Blue #018BAB
Tints of Eastern Blue #018BAB
RGB
CMYK
RGB Variations
Color information
#018BAB (or 0x018BAB) is known color: Eastern Blue. HEX triplet: 01, 8B and AB. RGB value is (1,139,171). Sum of RGB (Red+Green+Blue) = 1+139+171=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #018BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BAB is #FE7454. Grayscale: #656565. Windows color (decimal): -16675925 or 11242241. OLE color: 11242241.
HSL color Cylindrical-coordinate representation of color #018BAB: hue angle of 191.29º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BAB is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 139 | 171 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.29º | 0.99% | 0.34% | - |
| HSV(B) | 191.29º | 0.99% | 0.67% | - |
| XYZ | 16.6 | 21.41 | 41.79 | - |
| YUV | 101.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 171 | 0.99 | 0.19 | 0 | 0.33 | 191.29 | 0.99 | 0.34 |
| Hex | 1 | 8B | AB | 63 | 13 | 0 | 21 | BF | 63 | 22 |
| Octal | 1 | 213 | 253 | 143 | 23 | 0 | 41 | 277 | 143 | 42 |
| Binary | 1 | 10001011 | 10101011 | 1100011 | 10011 | 0 | 100001 | 10111111 | 1100011 | 100010 |
Color Harmonies of #018BAB
Complementary color
Monochromatic Colors of #018BAB
Black with #018BAB
Text Example
Text Example
White with #018BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BAB; }
p { color: rgb(1,139,171); }
H1.HeaderClassName
{
color: #018BAB;
}
.AnyTagClassName
{
color: #018BAB;
}
</style>
background-color css
<style>
a { background-color: #018BAB; }
a { background-color: rgb(1,139,171); }
div.DivClassName
{
background-color: #018BAB;
}
.BgClassName
{
background-color: #018BAB;
}
</style>
border-color css
<style>
span { border-color: #018BAB; }
span { border-color: rgb(1,139,171); }
td.TdClassName
{
border-color: #018BAB;
}
.TagClassName
{
border-color: #018BAB;
}
</style>