Shades of Eastern Blue #018BA9
Tints of Eastern Blue #018BA9
RGB
CMYK
RGB Variations
Color information
#018BA9 (or 0x018BA9) is known color: Eastern Blue. HEX triplet: 01, 8B and A9. RGB value is (1,139,169). Sum of RGB (Red+Green+Blue) = 1+139+169=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #018BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018BA9 is #FE7456. Grayscale: #646464. Windows color (decimal): -16675927 or 11111169. OLE color: 11111169.
HSL color Cylindrical-coordinate representation of color #018BA9: hue angle of 190.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018BA9 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 139 | 169 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.34 |
| HSL | 190.71º | 0.99% | 0.33% | - |
| HSV(B) | 190.71º | 0.99% | 0.66% | - |
| XYZ | 16.41 | 21.34 | 40.79 | - |
| YUV | 101.16 | 166.28 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 169 | 0.99 | 0.18 | 0 | 0.34 | 190.71 | 0.99 | 0.33 |
| Hex | 1 | 8B | A9 | 63 | 12 | 0 | 22 | BF | 63 | 21 |
| Octal | 1 | 213 | 251 | 143 | 22 | 0 | 42 | 277 | 143 | 41 |
| Binary | 1 | 10001011 | 10101001 | 1100011 | 10010 | 0 | 100010 | 10111111 | 1100011 | 100001 |
Color Harmonies of #018BA9
Complementary color
Monochromatic Colors of #018BA9
Black with #018BA9
Text Example
Text Example
White with #018BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BA9; }
p { color: rgb(1,139,169); }
H1.HeaderClassName
{
color: #018BA9;
}
.AnyTagClassName
{
color: #018BA9;
}
</style>
background-color css
<style>
a { background-color: #018BA9; }
a { background-color: rgb(1,139,169); }
div.DivClassName
{
background-color: #018BA9;
}
.BgClassName
{
background-color: #018BA9;
}
</style>
border-color css
<style>
span { border-color: #018BA9; }
span { border-color: rgb(1,139,169); }
td.TdClassName
{
border-color: #018BA9;
}
.TagClassName
{
border-color: #018BA9;
}
</style>