Shades of Eastern Blue #0189AC
Tints of Eastern Blue #0189AC
RGB
CMYK
RGB Variations
Color information
#0189AC (or 0x0189AC) is known color: Eastern Blue. HEX triplet: 01, 89 and AC. RGB value is (1,137,172). Sum of RGB (Red+Green+Blue) = 1+137+172=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #0189AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0189AC is #FE7653. Grayscale: #646464. Windows color (decimal): -16676436 or 11307265. OLE color: 11307265.
HSL color Cylindrical-coordinate representation of color #0189AC: hue angle of 192.28º 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 #0189AC is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 137 | 172 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.33 |
| HSL | 192.28º | 0.99% | 0.34% | - |
| HSV(B) | 192.28º | 0.99% | 0.67% | - |
| XYZ | 16.4 | 20.88 | 42.19 | - |
| YUV | 100.33 | 168.44 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 137 | 172 | 0.99 | 0.20 | 0 | 0.33 | 192.28 | 0.99 | 0.34 |
| Hex | 1 | 89 | AC | 63 | 14 | 0 | 21 | C0 | 63 | 22 |
| Octal | 1 | 211 | 254 | 143 | 24 | 0 | 41 | 300 | 143 | 42 |
| Binary | 1 | 10001001 | 10101100 | 1100011 | 10100 | 0 | 100001 | 11000000 | 1100011 | 100010 |
Color Harmonies of #0189AC
Complementary color
Monochromatic Colors of #0189AC
Black with #0189AC
Text Example
Text Example
White with #0189AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0189AC; }
p { color: rgb(1,137,172); }
H1.HeaderClassName
{
color: #0189AC;
}
.AnyTagClassName
{
color: #0189AC;
}
</style>
background-color css
<style>
a { background-color: #0189AC; }
a { background-color: rgb(1,137,172); }
div.DivClassName
{
background-color: #0189AC;
}
.BgClassName
{
background-color: #0189AC;
}
</style>
border-color css
<style>
span { border-color: #0189AC; }
span { border-color: rgb(1,137,172); }
td.TdClassName
{
border-color: #0189AC;
}
.TagClassName
{
border-color: #0189AC;
}
</style>