Shades of Eastern Blue #128594
Tints of Eastern Blue #128594
RGB
CMYK
RGB Variations
Color information
#128594 (or 0x128594) is known color: Eastern Blue. HEX triplet: 12, 85 and 94. RGB value is (18,133,148). Sum of RGB (Red+Green+Blue) = 18+133+148=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #128594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128594 is #ED7A6B. Grayscale: #646464. Windows color (decimal): -15563372 or 9733394. OLE color: 9733394.
HSL color Cylindrical-coordinate representation of color #128594: hue angle of 186.92º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128594 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 133 | 148 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.42 |
| HSL | 186.92º | 0.78% | 0.33% | - |
| HSV(B) | 186.92º | 0.88% | 0.58% | - |
| XYZ | 13.98 | 19.04 | 30.96 | - |
| YUV | 100.33 | 154.9 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 148 | 0.88 | 0.10 | 0 | 0.42 | 186.92 | 0.78 | 0.33 |
| Hex | 12 | 85 | 94 | 58 | A | 0 | 2A | BB | 4E | 21 |
| Octal | 22 | 205 | 224 | 130 | 12 | 0 | 52 | 273 | 116 | 41 |
| Binary | 10010 | 10000101 | 10010100 | 1011000 | 1010 | 0 | 101010 | 10111011 | 1001110 | 100001 |
Color Harmonies of #128594
Complementary color
Monochromatic Colors of #128594
Black with #128594
Text Example
Text Example
White with #128594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128594; }
p { color: rgb(18,133,148); }
H1.HeaderClassName
{
color: #128594;
}
.AnyTagClassName
{
color: #128594;
}
</style>
background-color css
<style>
a { background-color: #128594; }
a { background-color: rgb(18,133,148); }
div.DivClassName
{
background-color: #128594;
}
.BgClassName
{
background-color: #128594;
}
</style>
border-color css
<style>
span { border-color: #128594; }
span { border-color: rgb(18,133,148); }
td.TdClassName
{
border-color: #128594;
}
.TagClassName
{
border-color: #128594;
}
</style>