Shades of Eastern Blue #128593
Tints of Eastern Blue #128593
RGB
CMYK
RGB Variations
Color information
#128593 (or 0x128593) is known color: Eastern Blue. HEX triplet: 12, 85 and 93. RGB value is (18,133,147). Sum of RGB (Red+Green+Blue) = 18+133+147=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #128593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128593 is #ED7A6C. Grayscale: #646464. Windows color (decimal): -15563373 or 9667858. OLE color: 9667858.
HSL color Cylindrical-coordinate representation of color #128593: hue angle of 186.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128593 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 133 | 147 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.42 |
| HSL | 186.51º | 0.78% | 0.32% | - |
| HSV(B) | 186.51º | 0.88% | 0.58% | - |
| XYZ | 13.9 | 19.01 | 30.54 | - |
| YUV | 100.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 147 | 0.88 | 0.10 | 0 | 0.42 | 186.51 | 0.78 | 0.32 |
| Hex | 12 | 85 | 93 | 58 | A | 0 | 2A | BB | 4E | 20 |
| Octal | 22 | 205 | 223 | 130 | 12 | 0 | 52 | 273 | 116 | 40 |
| Binary | 10010 | 10000101 | 10010011 | 1011000 | 1010 | 0 | 101010 | 10111011 | 1001110 | 100000 |
Color Harmonies of #128593
Complementary color
Monochromatic Colors of #128593
Black with #128593
Text Example
Text Example
White with #128593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128593; }
p { color: rgb(18,133,147); }
H1.HeaderClassName
{
color: #128593;
}
.AnyTagClassName
{
color: #128593;
}
</style>
background-color css
<style>
a { background-color: #128593; }
a { background-color: rgb(18,133,147); }
div.DivClassName
{
background-color: #128593;
}
.BgClassName
{
background-color: #128593;
}
</style>
border-color css
<style>
span { border-color: #128593; }
span { border-color: rgb(18,133,147); }
td.TdClassName
{
border-color: #128593;
}
.TagClassName
{
border-color: #128593;
}
</style>