Shades of Eastern Blue #127C97
Tints of Eastern Blue #127C97
RGB
CMYK
RGB Variations
Color information
#127C97 (or 0x127C97) is known color: Eastern Blue. HEX triplet: 12, 7C and 97. RGB value is (18,124,151). Sum of RGB (Red+Green+Blue) = 18+124+151=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #127C97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C97 is #ED8368. Grayscale: #5F5F5F. Windows color (decimal): -15565673 or 9927698. OLE color: 9927698.
HSL color Cylindrical-coordinate representation of color #127C97: hue angle of 192.18º 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 #127C97 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 124 | 151 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.41 |
| HSL | 192.18º | 0.79% | 0.33% | - |
| HSV(B) | 192.18º | 0.88% | 0.59% | - |
| XYZ | 13.04 | 16.78 | 31.83 | - |
| YUV | 95.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 151 | 0.88 | 0.18 | 0 | 0.41 | 192.18 | 0.79 | 0.33 |
| Hex | 12 | 7C | 97 | 58 | 12 | 0 | 29 | C0 | 4F | 21 |
| Octal | 22 | 174 | 227 | 130 | 22 | 0 | 51 | 300 | 117 | 41 |
| Binary | 10010 | 1111100 | 10010111 | 1011000 | 10010 | 0 | 101001 | 11000000 | 1001111 | 100001 |
Color Harmonies of #127C97
Complementary color
Monochromatic Colors of #127C97
Black with #127C97
Text Example
Text Example
White with #127C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C97; }
p { color: rgb(18,124,151); }
H1.HeaderClassName
{
color: #127C97;
}
.AnyTagClassName
{
color: #127C97;
}
</style>
background-color css
<style>
a { background-color: #127C97; }
a { background-color: rgb(18,124,151); }
div.DivClassName
{
background-color: #127C97;
}
.BgClassName
{
background-color: #127C97;
}
</style>
border-color css
<style>
span { border-color: #127C97; }
span { border-color: rgb(18,124,151); }
td.TdClassName
{
border-color: #127C97;
}
.TagClassName
{
border-color: #127C97;
}
</style>