Shades of Eastern Blue #128091
Tints of Eastern Blue #128091
RGB
CMYK
RGB Variations
Color information
#128091 (or 0x128091) is known color: Eastern Blue. HEX triplet: 12, 80 and 91. RGB value is (18,128,145). Sum of RGB (Red+Green+Blue) = 18+128+145=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #128091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128091 is #ED7F6E. Grayscale: #606060. Windows color (decimal): -15564655 or 9535506. OLE color: 9535506.
HSL color Cylindrical-coordinate representation of color #128091: hue angle of 188.03º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128091 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 128 | 145 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.43 |
| HSL | 188.03º | 0.78% | 0.32% | - |
| HSV(B) | 188.03º | 0.88% | 0.57% | - |
| XYZ | 13.08 | 17.61 | 29.5 | - |
| YUV | 97.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 145 | 0.88 | 0.12 | 0 | 0.43 | 188.03 | 0.78 | 0.32 |
| Hex | 12 | 80 | 91 | 58 | C | 0 | 2B | BC | 4E | 20 |
| Octal | 22 | 200 | 221 | 130 | 14 | 0 | 53 | 274 | 116 | 40 |
| Binary | 10010 | 10000000 | 10010001 | 1011000 | 1100 | 0 | 101011 | 10111100 | 1001110 | 100000 |
Color Harmonies of #128091
Complementary color
Monochromatic Colors of #128091
Black with #128091
Text Example
Text Example
White with #128091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128091; }
p { color: rgb(18,128,145); }
H1.HeaderClassName
{
color: #128091;
}
.AnyTagClassName
{
color: #128091;
}
</style>
background-color css
<style>
a { background-color: #128091; }
a { background-color: rgb(18,128,145); }
div.DivClassName
{
background-color: #128091;
}
.BgClassName
{
background-color: #128091;
}
</style>
border-color css
<style>
span { border-color: #128091; }
span { border-color: rgb(18,128,145); }
td.TdClassName
{
border-color: #128091;
}
.TagClassName
{
border-color: #128091;
}
</style>