Shades of Eastern Blue #018FA9
Tints of Eastern Blue #018FA9
RGB
CMYK
RGB Variations
Color information
#018FA9 (or 0x018FA9) is known color: Eastern Blue. HEX triplet: 01, 8F and A9. RGB value is (1,143,169). Sum of RGB (Red+Green+Blue) = 1+143+169=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #018FA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FA9 is #FE7056. Grayscale: #676767. Windows color (decimal): -16674903 or 11112193. OLE color: 11112193.
HSL color Cylindrical-coordinate representation of color #018FA9: hue angle of 189.29º 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 #018FA9 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 143 | 169 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.34 |
| HSL | 189.29º | 0.99% | 0.33% | - |
| HSV(B) | 189.29º | 0.99% | 0.66% | - |
| XYZ | 17 | 22.52 | 40.99 | - |
| YUV | 103.51 | 164.96 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 169 | 0.99 | 0.15 | 0 | 0.34 | 189.29 | 0.99 | 0.33 |
| Hex | 1 | 8F | A9 | 63 | F | 0 | 22 | BD | 63 | 21 |
| Octal | 1 | 217 | 251 | 143 | 17 | 0 | 42 | 275 | 143 | 41 |
| Binary | 1 | 10001111 | 10101001 | 1100011 | 1111 | 0 | 100010 | 10111101 | 1100011 | 100001 |
Color Harmonies of #018FA9
Complementary color
Monochromatic Colors of #018FA9
Black with #018FA9
Text Example
Text Example
White with #018FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FA9; }
p { color: rgb(1,143,169); }
H1.HeaderClassName
{
color: #018FA9;
}
.AnyTagClassName
{
color: #018FA9;
}
</style>
background-color css
<style>
a { background-color: #018FA9; }
a { background-color: rgb(1,143,169); }
div.DivClassName
{
background-color: #018FA9;
}
.BgClassName
{
background-color: #018FA9;
}
</style>
border-color css
<style>
span { border-color: #018FA9; }
span { border-color: rgb(1,143,169); }
td.TdClassName
{
border-color: #018FA9;
}
.TagClassName
{
border-color: #018FA9;
}
</style>