Shades of Eastern Blue #127C94
Tints of Eastern Blue #127C94
RGB
CMYK
RGB Variations
Color information
#127C94 (or 0x127C94) is known color: Eastern Blue. HEX triplet: 12, 7C and 94. RGB value is (18,124,148). Sum of RGB (Red+Green+Blue) = 18+124+148=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #127C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C94 is #ED836B. Grayscale: #5E5E5E. Windows color (decimal): -15565676 or 9731090. OLE color: 9731090.
HSL color Cylindrical-coordinate representation of color #127C94: hue angle of 191.08º 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 #127C94 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 124 | 148 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.42 |
| HSL | 191.08º | 0.78% | 0.33% | - |
| HSV(B) | 191.08º | 0.88% | 0.58% | - |
| XYZ | 12.8 | 16.68 | 30.56 | - |
| YUV | 95.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 148 | 0.88 | 0.16 | 0 | 0.42 | 191.08 | 0.78 | 0.33 |
| Hex | 12 | 7C | 94 | 58 | 10 | 0 | 2A | BF | 4E | 21 |
| Octal | 22 | 174 | 224 | 130 | 20 | 0 | 52 | 277 | 116 | 41 |
| Binary | 10010 | 1111100 | 10010100 | 1011000 | 10000 | 0 | 101010 | 10111111 | 1001110 | 100001 |
Color Harmonies of #127C94
Complementary color
Monochromatic Colors of #127C94
Black with #127C94
Text Example
Text Example
White with #127C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C94; }
p { color: rgb(18,124,148); }
H1.HeaderClassName
{
color: #127C94;
}
.AnyTagClassName
{
color: #127C94;
}
</style>
background-color css
<style>
a { background-color: #127C94; }
a { background-color: rgb(18,124,148); }
div.DivClassName
{
background-color: #127C94;
}
.BgClassName
{
background-color: #127C94;
}
</style>
border-color css
<style>
span { border-color: #127C94; }
span { border-color: rgb(18,124,148); }
td.TdClassName
{
border-color: #127C94;
}
.TagClassName
{
border-color: #127C94;
}
</style>