Shades of Eastern Blue #127F98
Tints of Eastern Blue #127F98
RGB
CMYK
RGB Variations
Color information
#127F98 (or 0x127F98) is known color: Eastern Blue. HEX triplet: 12, 7F and 98. RGB value is (18,127,152). Sum of RGB (Red+Green+Blue) = 18+127+152=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #127F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127F98 is #ED8067. Grayscale: #616161. Windows color (decimal): -15564904 or 9994002. OLE color: 9994002.
HSL color Cylindrical-coordinate representation of color #127F98: hue angle of 191.19º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127F98 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 127 | 152 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.40 |
| HSL | 191.19º | 0.79% | 0.33% | - |
| HSV(B) | 191.19º | 0.88% | 0.6% | - |
| XYZ | 13.51 | 17.57 | 32.39 | - |
| YUV | 97.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 152 | 0.88 | 0.16 | 0 | 0.40 | 191.19 | 0.79 | 0.33 |
| Hex | 12 | 7F | 98 | 58 | 10 | 0 | 28 | BF | 4F | 21 |
| Octal | 22 | 177 | 230 | 130 | 20 | 0 | 50 | 277 | 117 | 41 |
| Binary | 10010 | 1111111 | 10011000 | 1011000 | 10000 | 0 | 101000 | 10111111 | 1001111 | 100001 |
Color Harmonies of #127F98
Complementary color
Monochromatic Colors of #127F98
Black with #127F98
Text Example
Text Example
White with #127F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127F98; }
p { color: rgb(18,127,152); }
H1.HeaderClassName
{
color: #127F98;
}
.AnyTagClassName
{
color: #127F98;
}
</style>
background-color css
<style>
a { background-color: #127F98; }
a { background-color: rgb(18,127,152); }
div.DivClassName
{
background-color: #127F98;
}
.BgClassName
{
background-color: #127F98;
}
</style>
border-color css
<style>
span { border-color: #127F98; }
span { border-color: rgb(18,127,152); }
td.TdClassName
{
border-color: #127F98;
}
.TagClassName
{
border-color: #127F98;
}
</style>