Shades of Eastern Blue #128B9C
Tints of Eastern Blue #128B9C
RGB
CMYK
RGB Variations
Color information
#128B9C (or 0x128B9C) is known color: Eastern Blue. HEX triplet: 12, 8B and 9C. RGB value is (18,139,156). Sum of RGB (Red+Green+Blue) = 18+139+156=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #128B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128B9C is #ED7463. Grayscale: #686868. Windows color (decimal): -15561828 or 10259218. OLE color: 10259218.
HSL color Cylindrical-coordinate representation of color #128B9C: hue angle of 187.39º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128B9C is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 139 | 156 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.39 |
| HSL | 187.39º | 0.79% | 0.34% | - |
| HSV(B) | 187.39º | 0.88% | 0.61% | - |
| XYZ | 15.48 | 20.99 | 34.69 | - |
| YUV | 104.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 156 | 0.88 | 0.11 | 0 | 0.39 | 187.39 | 0.79 | 0.34 |
| Hex | 12 | 8B | 9C | 58 | B | 0 | 27 | BB | 4F | 22 |
| Octal | 22 | 213 | 234 | 130 | 13 | 0 | 47 | 273 | 117 | 42 |
| Binary | 10010 | 10001011 | 10011100 | 1011000 | 1011 | 0 | 100111 | 10111011 | 1001111 | 100010 |
Color Harmonies of #128B9C
Complementary color
Monochromatic Colors of #128B9C
Black with #128B9C
Text Example
Text Example
White with #128B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128B9C; }
p { color: rgb(18,139,156); }
H1.HeaderClassName
{
color: #128B9C;
}
.AnyTagClassName
{
color: #128B9C;
}
</style>
background-color css
<style>
a { background-color: #128B9C; }
a { background-color: rgb(18,139,156); }
div.DivClassName
{
background-color: #128B9C;
}
.BgClassName
{
background-color: #128B9C;
}
</style>
border-color css
<style>
span { border-color: #128B9C; }
span { border-color: rgb(18,139,156); }
td.TdClassName
{
border-color: #128B9C;
}
.TagClassName
{
border-color: #128B9C;
}
</style>