Shades of Eastern Blue #127C96
Tints of Eastern Blue #127C96
RGB
CMYK
RGB Variations
Color information
#127C96 (or 0x127C96) is known color: Eastern Blue. HEX triplet: 12, 7C and 96. RGB value is (18,124,150). Sum of RGB (Red+Green+Blue) = 18+124+150=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #127C96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C96 is #ED8369. Grayscale: #5F5F5F. Windows color (decimal): -15565674 or 9862162. OLE color: 9862162.
HSL color Cylindrical-coordinate representation of color #127C96: hue angle of 191.82º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127C96 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 124 | 150 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.41 |
| HSL | 191.82º | 0.79% | 0.33% | - |
| HSV(B) | 191.82º | 0.88% | 0.59% | - |
| XYZ | 12.96 | 16.75 | 31.4 | - |
| YUV | 95.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 150 | 0.88 | 0.17 | 0 | 0.41 | 191.82 | 0.79 | 0.33 |
| Hex | 12 | 7C | 96 | 58 | 11 | 0 | 29 | C0 | 4F | 21 |
| Octal | 22 | 174 | 226 | 130 | 21 | 0 | 51 | 300 | 117 | 41 |
| Binary | 10010 | 1111100 | 10010110 | 1011000 | 10001 | 0 | 101001 | 11000000 | 1001111 | 100001 |
Color Harmonies of #127C96
Complementary color
Monochromatic Colors of #127C96
Black with #127C96
Text Example
Text Example
White with #127C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C96; }
p { color: rgb(18,124,150); }
H1.HeaderClassName
{
color: #127C96;
}
.AnyTagClassName
{
color: #127C96;
}
</style>
background-color css
<style>
a { background-color: #127C96; }
a { background-color: rgb(18,124,150); }
div.DivClassName
{
background-color: #127C96;
}
.BgClassName
{
background-color: #127C96;
}
</style>
border-color css
<style>
span { border-color: #127C96; }
span { border-color: rgb(18,124,150); }
td.TdClassName
{
border-color: #127C96;
}
.TagClassName
{
border-color: #127C96;
}
</style>