Shades of Eastern Blue #127E90
Tints of Eastern Blue #127E90
RGB
CMYK
RGB Variations
Color information
#127E90 (or 0x127E90) is known color: Eastern Blue. HEX triplet: 12, 7E and 90. RGB value is (18,126,144). Sum of RGB (Red+Green+Blue) = 18+126+144=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #127E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127E90 is #ED816F. Grayscale: #5F5F5F. Windows color (decimal): -15565168 or 9469458. OLE color: 9469458.
HSL color Cylindrical-coordinate representation of color #127E90: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127E90 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 126 | 144 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.44 |
| HSL | 188.57º | 0.78% | 0.32% | - |
| HSV(B) | 188.57º | 0.88% | 0.56% | - |
| XYZ | 12.74 | 17.06 | 29.01 | - |
| YUV | 95.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 144 | 0.88 | 0.12 | 0 | 0.44 | 188.57 | 0.78 | 0.32 |
| Hex | 12 | 7E | 90 | 58 | C | 0 | 2C | BD | 4E | 20 |
| Octal | 22 | 176 | 220 | 130 | 14 | 0 | 54 | 275 | 116 | 40 |
| Binary | 10010 | 1111110 | 10010000 | 1011000 | 1100 | 0 | 101100 | 10111101 | 1001110 | 100000 |
Color Harmonies of #127E90
Complementary color
Monochromatic Colors of #127E90
Black with #127E90
Text Example
Text Example
White with #127E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E90; }
p { color: rgb(18,126,144); }
H1.HeaderClassName
{
color: #127E90;
}
.AnyTagClassName
{
color: #127E90;
}
</style>
background-color css
<style>
a { background-color: #127E90; }
a { background-color: rgb(18,126,144); }
div.DivClassName
{
background-color: #127E90;
}
.BgClassName
{
background-color: #127E90;
}
</style>
border-color css
<style>
span { border-color: #127E90; }
span { border-color: rgb(18,126,144); }
td.TdClassName
{
border-color: #127E90;
}
.TagClassName
{
border-color: #127E90;
}
</style>