Shades of Eastern Blue #128192
Tints of Eastern Blue #128192
RGB
CMYK
RGB Variations
Color information
#128192 (or 0x128192) is known color: Eastern Blue. HEX triplet: 12, 81 and 92. RGB value is (18,129,146). Sum of RGB (Red+Green+Blue) = 18+129+146=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #128192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128192 is #ED7E6D. Grayscale: #616161. Windows color (decimal): -15564398 or 9601298. OLE color: 9601298.
HSL color Cylindrical-coordinate representation of color #128192: hue angle of 187.97º 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 #128192 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 129 | 146 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.43 |
| HSL | 187.97º | 0.78% | 0.32% | - |
| HSV(B) | 187.97º | 0.88% | 0.57% | - |
| XYZ | 13.29 | 17.9 | 29.95 | - |
| YUV | 97.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 146 | 0.88 | 0.12 | 0 | 0.43 | 187.97 | 0.78 | 0.32 |
| Hex | 12 | 81 | 92 | 58 | C | 0 | 2B | BC | 4E | 20 |
| Octal | 22 | 201 | 222 | 130 | 14 | 0 | 53 | 274 | 116 | 40 |
| Binary | 10010 | 10000001 | 10010010 | 1011000 | 1100 | 0 | 101011 | 10111100 | 1001110 | 100000 |
Color Harmonies of #128192
Complementary color
Monochromatic Colors of #128192
Black with #128192
Text Example
Text Example
White with #128192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128192; }
p { color: rgb(18,129,146); }
H1.HeaderClassName
{
color: #128192;
}
.AnyTagClassName
{
color: #128192;
}
</style>
background-color css
<style>
a { background-color: #128192; }
a { background-color: rgb(18,129,146); }
div.DivClassName
{
background-color: #128192;
}
.BgClassName
{
background-color: #128192;
}
</style>
border-color css
<style>
span { border-color: #128192; }
span { border-color: rgb(18,129,146); }
td.TdClassName
{
border-color: #128192;
}
.TagClassName
{
border-color: #128192;
}
</style>