Shades of Eastern Blue #018BAC
Tints of Eastern Blue #018BAC
RGB
CMYK
RGB Variations
Color information
#018BAC (or 0x018BAC) is known color: Eastern Blue. HEX triplet: 01, 8B and AC. RGB value is (1,139,172). Sum of RGB (Red+Green+Blue) = 1+139+172=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #018BAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BAC is #FE7453. Grayscale: #656565. Windows color (decimal): -16675924 or 11307777. OLE color: 11307777.
HSL color Cylindrical-coordinate representation of color #018BAC: hue angle of 191.58º 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 #018BAC is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 139 | 172 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.33 |
| HSL | 191.58º | 0.99% | 0.34% | - |
| HSV(B) | 191.58º | 0.99% | 0.67% | - |
| XYZ | 16.69 | 21.45 | 42.29 | - |
| YUV | 101.5 | 167.78 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 172 | 0.99 | 0.19 | 0 | 0.33 | 191.58 | 0.99 | 0.34 |
| Hex | 1 | 8B | AC | 63 | 13 | 0 | 21 | C0 | 63 | 22 |
| Octal | 1 | 213 | 254 | 143 | 23 | 0 | 41 | 300 | 143 | 42 |
| Binary | 1 | 10001011 | 10101100 | 1100011 | 10011 | 0 | 100001 | 11000000 | 1100011 | 100010 |
Color Harmonies of #018BAC
Complementary color
Monochromatic Colors of #018BAC
Black with #018BAC
Text Example
Text Example
White with #018BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BAC; }
p { color: rgb(1,139,172); }
H1.HeaderClassName
{
color: #018BAC;
}
.AnyTagClassName
{
color: #018BAC;
}
</style>
background-color css
<style>
a { background-color: #018BAC; }
a { background-color: rgb(1,139,172); }
div.DivClassName
{
background-color: #018BAC;
}
.BgClassName
{
background-color: #018BAC;
}
</style>
border-color css
<style>
span { border-color: #018BAC; }
span { border-color: rgb(1,139,172); }
td.TdClassName
{
border-color: #018BAC;
}
.TagClassName
{
border-color: #018BAC;
}
</style>