Shades of Eastern Blue #018BAA
Tints of Eastern Blue #018BAA
RGB
CMYK
RGB Variations
Color information
#018BAA (or 0x018BAA) is known color: Eastern Blue. HEX triplet: 01, 8B and AA. RGB value is (1,139,170). Sum of RGB (Red+Green+Blue) = 1+139+170=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #018BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BAA is #FE7455. Grayscale: #656565. Windows color (decimal): -16675926 or 11176705. OLE color: 11176705.
HSL color Cylindrical-coordinate representation of color #018BAA: hue angle of 191.01º 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 #018BAA is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 139 | 170 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.33 |
| HSL | 191.01º | 0.99% | 0.34% | - |
| HSV(B) | 191.01º | 0.99% | 0.67% | - |
| XYZ | 16.5 | 21.37 | 41.29 | - |
| YUV | 101.27 | 166.78 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 170 | 0.99 | 0.18 | 0 | 0.33 | 191.01 | 0.99 | 0.34 |
| Hex | 1 | 8B | AA | 63 | 12 | 0 | 21 | BF | 63 | 22 |
| Octal | 1 | 213 | 252 | 143 | 22 | 0 | 41 | 277 | 143 | 42 |
| Binary | 1 | 10001011 | 10101010 | 1100011 | 10010 | 0 | 100001 | 10111111 | 1100011 | 100010 |
Color Harmonies of #018BAA
Complementary color
Monochromatic Colors of #018BAA
Black with #018BAA
Text Example
Text Example
White with #018BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BAA; }
p { color: rgb(1,139,170); }
H1.HeaderClassName
{
color: #018BAA;
}
.AnyTagClassName
{
color: #018BAA;
}
</style>
background-color css
<style>
a { background-color: #018BAA; }
a { background-color: rgb(1,139,170); }
div.DivClassName
{
background-color: #018BAA;
}
.BgClassName
{
background-color: #018BAA;
}
</style>
border-color css
<style>
span { border-color: #018BAA; }
span { border-color: rgb(1,139,170); }
td.TdClassName
{
border-color: #018BAA;
}
.TagClassName
{
border-color: #018BAA;
}
</style>