Shades of Eastern Blue #127E99
Tints of Eastern Blue #127E99
RGB
CMYK
RGB Variations
Color information
#127E99 (or 0x127E99) is known color: Eastern Blue. HEX triplet: 12, 7E and 99. RGB value is (18,126,153). Sum of RGB (Red+Green+Blue) = 18+126+153=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #127E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E99 is #ED8166. Grayscale: #606060. Windows color (decimal): -15565159 or 10059282. OLE color: 10059282.
HSL color Cylindrical-coordinate representation of color #127E99: hue angle of 192º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127E99 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 126 | 153 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.4 |
| HSL | 192º | 0.79% | 0.34% | - |
| HSV(B) | 192º | 0.88% | 0.6% | - |
| XYZ | 13.46 | 17.35 | 32.78 | - |
| YUV | 96.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 153 | 0.88 | 0.18 | 0 | 0.4 | 192 | 0.79 | 0.34 |
| Hex | 12 | 7E | 99 | 58 | 12 | 0 | 28 | C0 | 4F | 22 |
| Octal | 22 | 176 | 231 | 130 | 22 | 0 | 50 | 300 | 117 | 42 |
| Binary | 10010 | 1111110 | 10011001 | 1011000 | 10010 | 0 | 101000 | 11000000 | 1001111 | 100010 |
Color Harmonies of #127E99
Complementary color
Monochromatic Colors of #127E99
Black with #127E99
Text Example
Text Example
White with #127E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E99; }
p { color: rgb(18,126,153); }
H1.HeaderClassName
{
color: #127E99;
}
.AnyTagClassName
{
color: #127E99;
}
</style>
background-color css
<style>
a { background-color: #127E99; }
a { background-color: rgb(18,126,153); }
div.DivClassName
{
background-color: #127E99;
}
.BgClassName
{
background-color: #127E99;
}
</style>
border-color css
<style>
span { border-color: #127E99; }
span { border-color: rgb(18,126,153); }
td.TdClassName
{
border-color: #127E99;
}
.TagClassName
{
border-color: #127E99;
}
</style>