Shades of Eastern Blue #127C99
Tints of Eastern Blue #127C99
RGB
CMYK
RGB Variations
Color information
#127C99 (or 0x127C99) is known color: Eastern Blue. HEX triplet: 12, 7C and 99. RGB value is (18,124,153). Sum of RGB (Red+Green+Blue) = 18+124+153=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #127C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C99 is #ED8366. Grayscale: #5F5F5F. Windows color (decimal): -15565671 or 10058770. OLE color: 10058770.
HSL color Cylindrical-coordinate representation of color #127C99: hue angle of 192.89º 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 #127C99 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 124 | 153 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.4 |
| HSL | 192.89º | 0.79% | 0.34% | - |
| HSV(B) | 192.89º | 0.88% | 0.6% | - |
| XYZ | 13.21 | 16.84 | 32.69 | - |
| YUV | 95.61 | 160.38 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 153 | 0.88 | 0.19 | 0 | 0.4 | 192.89 | 0.79 | 0.34 |
| Hex | 12 | 7C | 99 | 58 | 13 | 0 | 28 | C1 | 4F | 22 |
| Octal | 22 | 174 | 231 | 130 | 23 | 0 | 50 | 301 | 117 | 42 |
| Binary | 10010 | 1111100 | 10011001 | 1011000 | 10011 | 0 | 101000 | 11000001 | 1001111 | 100010 |
Color Harmonies of #127C99
Complementary color
Monochromatic Colors of #127C99
Black with #127C99
Text Example
Text Example
White with #127C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C99; }
p { color: rgb(18,124,153); }
H1.HeaderClassName
{
color: #127C99;
}
.AnyTagClassName
{
color: #127C99;
}
</style>
background-color css
<style>
a { background-color: #127C99; }
a { background-color: rgb(18,124,153); }
div.DivClassName
{
background-color: #127C99;
}
.BgClassName
{
background-color: #127C99;
}
</style>
border-color css
<style>
span { border-color: #127C99; }
span { border-color: rgb(18,124,153); }
td.TdClassName
{
border-color: #127C99;
}
.TagClassName
{
border-color: #127C99;
}
</style>