Shades of Eastern Blue #1289AB
Tints of Eastern Blue #1289AB
RGB
CMYK
RGB Variations
Color information
#1289AB (or 0x1289AB) is known color: Eastern Blue. HEX triplet: 12, 89 and AB. RGB value is (18,137,171). Sum of RGB (Red+Green+Blue) = 18+137+171=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #1289AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1289AB is #ED7654. Grayscale: #696969. Windows color (decimal): -15562325 or 11241746. OLE color: 11241746.
HSL color Cylindrical-coordinate representation of color #1289AB: hue angle of 193.33º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1289AB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 137 | 171 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.33 |
| HSL | 193.33º | 0.81% | 0.37% | - |
| HSV(B) | 193.33º | 0.89% | 0.67% | - |
| XYZ | 16.55 | 20.96 | 41.7 | - |
| YUV | 105.3 | 165.08 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 137 | 171 | 0.89 | 0.20 | 0 | 0.33 | 193.33 | 0.81 | 0.37 |
| Hex | 12 | 89 | AB | 59 | 14 | 0 | 21 | C1 | 51 | 25 |
| Octal | 22 | 211 | 253 | 131 | 24 | 0 | 41 | 301 | 121 | 45 |
| Binary | 10010 | 10001001 | 10101011 | 1011001 | 10100 | 0 | 100001 | 11000001 | 1010001 | 100101 |
Color Harmonies of #1289AB
Complementary color
Monochromatic Colors of #1289AB
Black with #1289AB
Text Example
Text Example
White with #1289AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1289AB; }
p { color: rgb(18,137,171); }
H1.HeaderClassName
{
color: #1289AB;
}
.AnyTagClassName
{
color: #1289AB;
}
</style>
background-color css
<style>
a { background-color: #1289AB; }
a { background-color: rgb(18,137,171); }
div.DivClassName
{
background-color: #1289AB;
}
.BgClassName
{
background-color: #1289AB;
}
</style>
border-color css
<style>
span { border-color: #1289AB; }
span { border-color: rgb(18,137,171); }
td.TdClassName
{
border-color: #1289AB;
}
.TagClassName
{
border-color: #1289AB;
}
</style>