Shades of Eastern Blue #128197
Tints of Eastern Blue #128197
RGB
CMYK
RGB Variations
Color information
#128197 (or 0x128197) is known color: Eastern Blue. HEX triplet: 12, 81 and 97. RGB value is (18,129,151). Sum of RGB (Red+Green+Blue) = 18+129+151=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #128197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128197 is #ED7E68. Grayscale: #626262. Windows color (decimal): -15564393 or 9928978. OLE color: 9928978.
HSL color Cylindrical-coordinate representation of color #128197: hue angle of 189.92º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128197 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 129 | 151 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.41 |
| HSL | 189.92º | 0.79% | 0.33% | - |
| HSV(B) | 189.92º | 0.88% | 0.59% | - |
| XYZ | 13.69 | 18.06 | 32.04 | - |
| YUV | 98.32 | 157.73 | 70.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 151 | 0.88 | 0.15 | 0 | 0.41 | 189.92 | 0.79 | 0.33 |
| Hex | 12 | 81 | 97 | 58 | F | 0 | 29 | BE | 4F | 21 |
| Octal | 22 | 201 | 227 | 130 | 17 | 0 | 51 | 276 | 117 | 41 |
| Binary | 10010 | 10000001 | 10010111 | 1011000 | 1111 | 0 | 101001 | 10111110 | 1001111 | 100001 |
Color Harmonies of #128197
Complementary color
Monochromatic Colors of #128197
Black with #128197
Text Example
Text Example
White with #128197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128197; }
p { color: rgb(18,129,151); }
H1.HeaderClassName
{
color: #128197;
}
.AnyTagClassName
{
color: #128197;
}
</style>
background-color css
<style>
a { background-color: #128197; }
a { background-color: rgb(18,129,151); }
div.DivClassName
{
background-color: #128197;
}
.BgClassName
{
background-color: #128197;
}
</style>
border-color css
<style>
span { border-color: #128197; }
span { border-color: rgb(18,129,151); }
td.TdClassName
{
border-color: #128197;
}
.TagClassName
{
border-color: #128197;
}
</style>