Shades of Eastern Blue #0189A1
Tints of Eastern Blue #0189A1
RGB
CMYK
RGB Variations
Color information
#0189A1 (or 0x0189A1) is known color: Eastern Blue. HEX triplet: 01, 89 and A1. RGB value is (1,137,161). Sum of RGB (Red+Green+Blue) = 1+137+161=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #0189A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189A1 is #FE765E. Grayscale: #626262. Windows color (decimal): -16676447 or 10586369. OLE color: 10586369.
HSL color Cylindrical-coordinate representation of color #0189A1: hue angle of 189º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0189A1 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 137 | 161 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.37 |
| HSL | 189º | 0.99% | 0.32% | - |
| HSV(B) | 189º | 0.99% | 0.63% | - |
| XYZ | 15.39 | 20.47 | 36.86 | - |
| YUV | 99.07 | 162.94 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 161 | 0.99 | 0.15 | 0 | 0.37 | 189 | 0.99 | 0.32 |
| Hex | 1 | 89 | A1 | 63 | F | 0 | 25 | BD | 63 | 20 |
| Octal | 1 | 211 | 241 | 143 | 17 | 0 | 45 | 275 | 143 | 40 |
| Binary | 1 | 10001001 | 10100001 | 1100011 | 1111 | 0 | 100101 | 10111101 | 1100011 | 100000 |
Color Harmonies of #0189A1
Complementary color
Monochromatic Colors of #0189A1
Black with #0189A1
Text Example
Text Example
White with #0189A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0189A1; }
p { color: rgb(1,137,161); }
H1.HeaderClassName
{
color: #0189A1;
}
.AnyTagClassName
{
color: #0189A1;
}
</style>
background-color css
<style>
a { background-color: #0189A1; }
a { background-color: rgb(1,137,161); }
div.DivClassName
{
background-color: #0189A1;
}
.BgClassName
{
background-color: #0189A1;
}
</style>
border-color css
<style>
span { border-color: #0189A1; }
span { border-color: rgb(1,137,161); }
td.TdClassName
{
border-color: #0189A1;
}
.TagClassName
{
border-color: #0189A1;
}
</style>