Shades of Eastern Blue #128495
Tints of Eastern Blue #128495
RGB
CMYK
RGB Variations
Color information
#128495 (or 0x128495) is known color: Eastern Blue. HEX triplet: 12, 84 and 95. RGB value is (18,132,149). Sum of RGB (Red+Green+Blue) = 18+132+149=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #128495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128495 is #ED7B6A. Grayscale: #636363. Windows color (decimal): -15563627 or 9798674. OLE color: 9798674.
HSL color Cylindrical-coordinate representation of color #128495: hue angle of 187.79º 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 #128495 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 132 | 149 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.42 |
| HSL | 187.79º | 0.78% | 0.33% | - |
| HSV(B) | 187.79º | 0.88% | 0.58% | - |
| XYZ | 13.93 | 18.8 | 31.33 | - |
| YUV | 99.85 | 155.73 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 149 | 0.88 | 0.11 | 0 | 0.42 | 187.79 | 0.78 | 0.33 |
| Hex | 12 | 84 | 95 | 58 | B | 0 | 2A | BC | 4E | 21 |
| Octal | 22 | 204 | 225 | 130 | 13 | 0 | 52 | 274 | 116 | 41 |
| Binary | 10010 | 10000100 | 10010101 | 1011000 | 1011 | 0 | 101010 | 10111100 | 1001110 | 100001 |
Color Harmonies of #128495
Complementary color
Monochromatic Colors of #128495
Black with #128495
Text Example
Text Example
White with #128495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128495; }
p { color: rgb(18,132,149); }
H1.HeaderClassName
{
color: #128495;
}
.AnyTagClassName
{
color: #128495;
}
</style>
background-color css
<style>
a { background-color: #128495; }
a { background-color: rgb(18,132,149); }
div.DivClassName
{
background-color: #128495;
}
.BgClassName
{
background-color: #128495;
}
</style>
border-color css
<style>
span { border-color: #128495; }
span { border-color: rgb(18,132,149); }
td.TdClassName
{
border-color: #128495;
}
.TagClassName
{
border-color: #128495;
}
</style>