Shades of Eastern Blue #127C92
Tints of Eastern Blue #127C92
RGB
CMYK
RGB Variations
Color information
#127C92 (or 0x127C92) is known color: Eastern Blue. HEX triplet: 12, 7C and 92. RGB value is (18,124,146). Sum of RGB (Red+Green+Blue) = 18+124+146=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #127C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127C92 is #ED836D. Grayscale: #5E5E5E. Windows color (decimal): -15565678 or 9600018. OLE color: 9600018.
HSL color Cylindrical-coordinate representation of color #127C92: hue angle of 190.31º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127C92 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 124 | 146 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.43 |
| HSL | 190.31º | 0.78% | 0.32% | - |
| HSV(B) | 190.31º | 0.88% | 0.57% | - |
| XYZ | 12.65 | 16.62 | 29.74 | - |
| YUV | 94.81 | 156.88 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 146 | 0.88 | 0.15 | 0 | 0.43 | 190.31 | 0.78 | 0.32 |
| Hex | 12 | 7C | 92 | 58 | F | 0 | 2B | BE | 4E | 20 |
| Octal | 22 | 174 | 222 | 130 | 17 | 0 | 53 | 276 | 116 | 40 |
| Binary | 10010 | 1111100 | 10010010 | 1011000 | 1111 | 0 | 101011 | 10111110 | 1001110 | 100000 |
Color Harmonies of #127C92
Complementary color
Monochromatic Colors of #127C92
Black with #127C92
Text Example
Text Example
White with #127C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C92; }
p { color: rgb(18,124,146); }
H1.HeaderClassName
{
color: #127C92;
}
.AnyTagClassName
{
color: #127C92;
}
</style>
background-color css
<style>
a { background-color: #127C92; }
a { background-color: rgb(18,124,146); }
div.DivClassName
{
background-color: #127C92;
}
.BgClassName
{
background-color: #127C92;
}
</style>
border-color css
<style>
span { border-color: #127C92; }
span { border-color: rgb(18,124,146); }
td.TdClassName
{
border-color: #127C92;
}
.TagClassName
{
border-color: #127C92;
}
</style>