Shades of Eastern Blue #127D92
Tints of Eastern Blue #127D92
RGB
CMYK
RGB Variations
Color information
#127D92 (or 0x127D92) is known color: Eastern Blue. HEX triplet: 12, 7D and 92. RGB value is (18,125,146). Sum of RGB (Red+Green+Blue) = 18+125+146=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #127D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D92 is #ED826D. Grayscale: #5F5F5F. Windows color (decimal): -15565422 or 9600274. OLE color: 9600274.
HSL color Cylindrical-coordinate representation of color #127D92: hue angle of 189.84º 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 #127D92 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 125 | 146 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.43 |
| HSL | 189.84º | 0.78% | 0.32% | - |
| HSV(B) | 189.84º | 0.88% | 0.57% | - |
| XYZ | 12.77 | 16.87 | 29.78 | - |
| YUV | 95.4 | 156.55 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 146 | 0.88 | 0.14 | 0 | 0.43 | 189.84 | 0.78 | 0.32 |
| Hex | 12 | 7D | 92 | 58 | E | 0 | 2B | BE | 4E | 20 |
| Octal | 22 | 175 | 222 | 130 | 16 | 0 | 53 | 276 | 116 | 40 |
| Binary | 10010 | 1111101 | 10010010 | 1011000 | 1110 | 0 | 101011 | 10111110 | 1001110 | 100000 |
Color Harmonies of #127D92
Complementary color
Monochromatic Colors of #127D92
Black with #127D92
Text Example
Text Example
White with #127D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D92; }
p { color: rgb(18,125,146); }
H1.HeaderClassName
{
color: #127D92;
}
.AnyTagClassName
{
color: #127D92;
}
</style>
background-color css
<style>
a { background-color: #127D92; }
a { background-color: rgb(18,125,146); }
div.DivClassName
{
background-color: #127D92;
}
.BgClassName
{
background-color: #127D92;
}
</style>
border-color css
<style>
span { border-color: #127D92; }
span { border-color: rgb(18,125,146); }
td.TdClassName
{
border-color: #127D92;
}
.TagClassName
{
border-color: #127D92;
}
</style>