Shades of Eastern Blue #127D99
Tints of Eastern Blue #127D99
RGB
CMYK
RGB Variations
Color information
#127D99 (or 0x127D99) is known color: Eastern Blue. HEX triplet: 12, 7D and 99. RGB value is (18,125,153). Sum of RGB (Red+Green+Blue) = 18+125+153=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #127D99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D99 is #ED8266. Grayscale: #5F5F5F. Windows color (decimal): -15565415 or 10059026. OLE color: 10059026.
HSL color Cylindrical-coordinate representation of color #127D99: hue angle of 192.44º 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 #127D99 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 125 | 153 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.4 |
| HSL | 192.44º | 0.79% | 0.34% | - |
| HSV(B) | 192.44º | 0.88% | 0.6% | - |
| XYZ | 13.33 | 17.1 | 32.73 | - |
| YUV | 96.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 153 | 0.88 | 0.18 | 0 | 0.4 | 192.44 | 0.79 | 0.34 |
| Hex | 12 | 7D | 99 | 58 | 12 | 0 | 28 | C0 | 4F | 22 |
| Octal | 22 | 175 | 231 | 130 | 22 | 0 | 50 | 300 | 117 | 42 |
| Binary | 10010 | 1111101 | 10011001 | 1011000 | 10010 | 0 | 101000 | 11000000 | 1001111 | 100010 |
Color Harmonies of #127D99
Complementary color
Monochromatic Colors of #127D99
Black with #127D99
Text Example
Text Example
White with #127D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D99; }
p { color: rgb(18,125,153); }
H1.HeaderClassName
{
color: #127D99;
}
.AnyTagClassName
{
color: #127D99;
}
</style>
background-color css
<style>
a { background-color: #127D99; }
a { background-color: rgb(18,125,153); }
div.DivClassName
{
background-color: #127D99;
}
.BgClassName
{
background-color: #127D99;
}
</style>
border-color css
<style>
span { border-color: #127D99; }
span { border-color: rgb(18,125,153); }
td.TdClassName
{
border-color: #127D99;
}
.TagClassName
{
border-color: #127D99;
}
</style>