Shades of Eastern Blue #128B9E
Tints of Eastern Blue #128B9E
RGB
CMYK
RGB Variations
Color information
#128B9E (or 0x128B9E) is known color: Eastern Blue. HEX triplet: 12, 8B and 9E. RGB value is (18,139,158). Sum of RGB (Red+Green+Blue) = 18+139+158=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #128B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B9E is #ED7461. Grayscale: #686868. Windows color (decimal): -15561826 or 10390290. OLE color: 10390290.
HSL color Cylindrical-coordinate representation of color #128B9E: hue angle of 188.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128B9E is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 139 | 158 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.38 |
| HSL | 188.14º | 0.8% | 0.35% | - |
| HSV(B) | 188.14º | 0.89% | 0.62% | - |
| XYZ | 15.65 | 21.06 | 35.59 | - |
| YUV | 104.99 | 157.91 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 158 | 0.89 | 0.12 | 0 | 0.38 | 188.14 | 0.8 | 0.35 |
| Hex | 12 | 8B | 9E | 59 | C | 0 | 26 | BC | 50 | 23 |
| Octal | 22 | 213 | 236 | 131 | 14 | 0 | 46 | 274 | 120 | 43 |
| Binary | 10010 | 10001011 | 10011110 | 1011001 | 1100 | 0 | 100110 | 10111100 | 1010000 | 100011 |
Color Harmonies of #128B9E
Complementary color
Monochromatic Colors of #128B9E
Black with #128B9E
Text Example
Text Example
White with #128B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B9E; }
p { color: rgb(18,139,158); }
H1.HeaderClassName
{
color: #128B9E;
}
.AnyTagClassName
{
color: #128B9E;
}
</style>
background-color css
<style>
a { background-color: #128B9E; }
a { background-color: rgb(18,139,158); }
div.DivClassName
{
background-color: #128B9E;
}
.BgClassName
{
background-color: #128B9E;
}
</style>
border-color css
<style>
span { border-color: #128B9E; }
span { border-color: rgb(18,139,158); }
td.TdClassName
{
border-color: #128B9E;
}
.TagClassName
{
border-color: #128B9E;
}
</style>