Shades of Eastern Blue #127C95
Tints of Eastern Blue #127C95
RGB
CMYK
RGB Variations
Color information
#127C95 (or 0x127C95) is known color: Eastern Blue. HEX triplet: 12, 7C and 95. RGB value is (18,124,149). Sum of RGB (Red+Green+Blue) = 18+124+149=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #127C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C95 is #ED836A. Grayscale: #5E5E5E. Windows color (decimal): -15565675 or 9796626. OLE color: 9796626.
HSL color Cylindrical-coordinate representation of color #127C95: hue angle of 191.45º 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 #127C95 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 124 | 149 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.42 |
| HSL | 191.45º | 0.78% | 0.33% | - |
| HSV(B) | 191.45º | 0.88% | 0.58% | - |
| XYZ | 12.88 | 16.71 | 30.98 | - |
| YUV | 95.16 | 158.38 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 149 | 0.88 | 0.17 | 0 | 0.42 | 191.45 | 0.78 | 0.33 |
| Hex | 12 | 7C | 95 | 58 | 11 | 0 | 2A | BF | 4E | 21 |
| Octal | 22 | 174 | 225 | 130 | 21 | 0 | 52 | 277 | 116 | 41 |
| Binary | 10010 | 1111100 | 10010101 | 1011000 | 10001 | 0 | 101010 | 10111111 | 1001110 | 100001 |
Color Harmonies of #127C95
Complementary color
Monochromatic Colors of #127C95
Black with #127C95
Text Example
Text Example
White with #127C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C95; }
p { color: rgb(18,124,149); }
H1.HeaderClassName
{
color: #127C95;
}
.AnyTagClassName
{
color: #127C95;
}
</style>
background-color css
<style>
a { background-color: #127C95; }
a { background-color: rgb(18,124,149); }
div.DivClassName
{
background-color: #127C95;
}
.BgClassName
{
background-color: #127C95;
}
</style>
border-color css
<style>
span { border-color: #127C95; }
span { border-color: rgb(18,124,149); }
td.TdClassName
{
border-color: #127C95;
}
.TagClassName
{
border-color: #127C95;
}
</style>