Shades of Eastern Blue #127D90
Tints of Eastern Blue #127D90
RGB
CMYK
RGB Variations
Color information
#127D90 (or 0x127D90) is known color: Eastern Blue. HEX triplet: 12, 7D and 90. RGB value is (18,125,144). Sum of RGB (Red+Green+Blue) = 18+125+144=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 125 (49.22% from 255 or 43.55% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #127D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D90 is #ED826F. Grayscale: #5E5E5E. Windows color (decimal): -15565424 or 9469202. OLE color: 9469202.
HSL color Cylindrical-coordinate representation of color #127D90: hue angle of 189.05º 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 #127D90 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 125 | 144 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.44 |
| HSL | 189.05º | 0.78% | 0.32% | - |
| HSV(B) | 189.05º | 0.88% | 0.56% | - |
| XYZ | 12.62 | 16.81 | 28.97 | - |
| YUV | 95.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 144 | 0.88 | 0.13 | 0 | 0.44 | 189.05 | 0.78 | 0.32 |
| Hex | 12 | 7D | 90 | 58 | D | 0 | 2C | BD | 4E | 20 |
| Octal | 22 | 175 | 220 | 130 | 15 | 0 | 54 | 275 | 116 | 40 |
| Binary | 10010 | 1111101 | 10010000 | 1011000 | 1101 | 0 | 101100 | 10111101 | 1001110 | 100000 |
Color Harmonies of #127D90
Complementary color
Monochromatic Colors of #127D90
Black with #127D90
Text Example
Text Example
White with #127D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D90; }
p { color: rgb(18,125,144); }
H1.HeaderClassName
{
color: #127D90;
}
.AnyTagClassName
{
color: #127D90;
}
</style>
background-color css
<style>
a { background-color: #127D90; }
a { background-color: rgb(18,125,144); }
div.DivClassName
{
background-color: #127D90;
}
.BgClassName
{
background-color: #127D90;
}
</style>
border-color css
<style>
span { border-color: #127D90; }
span { border-color: rgb(18,125,144); }
td.TdClassName
{
border-color: #127D90;
}
.TagClassName
{
border-color: #127D90;
}
</style>