Shades of Eastern Blue #127A96
Tints of Eastern Blue #127A96
RGB
CMYK
RGB Variations
Color information
#127A96 (or 0x127A96) is known color: Eastern Blue. HEX triplet: 12, 7A and 96. RGB value is (18,122,150). Sum of RGB (Red+Green+Blue) = 18+122+150=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #127A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A96 is #ED8569. Grayscale: #5D5D5D. Windows color (decimal): -15566186 or 9861650. OLE color: 9861650.
HSL color Cylindrical-coordinate representation of color #127A96: hue angle of 192.73º 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 #127A96 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 122 | 150 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.41 |
| HSL | 192.73º | 0.79% | 0.33% | - |
| HSV(B) | 192.73º | 0.88% | 0.59% | - |
| XYZ | 12.71 | 16.25 | 31.32 | - |
| YUV | 94.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 150 | 0.88 | 0.19 | 0 | 0.41 | 192.73 | 0.79 | 0.33 |
| Hex | 12 | 7A | 96 | 58 | 13 | 0 | 29 | C1 | 4F | 21 |
| Octal | 22 | 172 | 226 | 130 | 23 | 0 | 51 | 301 | 117 | 41 |
| Binary | 10010 | 1111010 | 10010110 | 1011000 | 10011 | 0 | 101001 | 11000001 | 1001111 | 100001 |
Color Harmonies of #127A96
Complementary color
Monochromatic Colors of #127A96
Black with #127A96
Text Example
Text Example
White with #127A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127A96; }
p { color: rgb(18,122,150); }
H1.HeaderClassName
{
color: #127A96;
}
.AnyTagClassName
{
color: #127A96;
}
</style>
background-color css
<style>
a { background-color: #127A96; }
a { background-color: rgb(18,122,150); }
div.DivClassName
{
background-color: #127A96;
}
.BgClassName
{
background-color: #127A96;
}
</style>
border-color css
<style>
span { border-color: #127A96; }
span { border-color: rgb(18,122,150); }
td.TdClassName
{
border-color: #127A96;
}
.TagClassName
{
border-color: #127A96;
}
</style>