Shades of Eastern Blue #018AAB
Tints of Eastern Blue #018AAB
RGB
CMYK
RGB Variations
Color information
#018AAB (or 0x018AAB) is known color: Eastern Blue. HEX triplet: 01, 8A and AB. RGB value is (1,138,171). Sum of RGB (Red+Green+Blue) = 1+138+171=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #018AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAB is #FE7554. Grayscale: #646464. Windows color (decimal): -16676181 or 11241985. OLE color: 11241985.
HSL color Cylindrical-coordinate representation of color #018AAB: hue angle of 191.65º 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 #018AAB is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 138 | 171 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.65º | 0.99% | 0.34% | - |
| HSV(B) | 191.65º | 0.99% | 0.67% | - |
| XYZ | 16.45 | 21.12 | 41.74 | - |
| YUV | 100.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 171 | 0.99 | 0.19 | 0 | 0.33 | 191.65 | 0.99 | 0.34 |
| Hex | 1 | 8A | AB | 63 | 13 | 0 | 21 | C0 | 63 | 22 |
| Octal | 1 | 212 | 253 | 143 | 23 | 0 | 41 | 300 | 143 | 42 |
| Binary | 1 | 10001010 | 10101011 | 1100011 | 10011 | 0 | 100001 | 11000000 | 1100011 | 100010 |
Color Harmonies of #018AAB
Complementary color
Monochromatic Colors of #018AAB
Black with #018AAB
Text Example
Text Example
White with #018AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AAB; }
p { color: rgb(1,138,171); }
H1.HeaderClassName
{
color: #018AAB;
}
.AnyTagClassName
{
color: #018AAB;
}
</style>
background-color css
<style>
a { background-color: #018AAB; }
a { background-color: rgb(1,138,171); }
div.DivClassName
{
background-color: #018AAB;
}
.BgClassName
{
background-color: #018AAB;
}
</style>
border-color css
<style>
span { border-color: #018AAB; }
span { border-color: rgb(1,138,171); }
td.TdClassName
{
border-color: #018AAB;
}
.TagClassName
{
border-color: #018AAB;
}
</style>