Shades of Eastern Blue #127995
Tints of Eastern Blue #127995
RGB
CMYK
RGB Variations
Color information
#127995 (or 0x127995) is known color: Eastern Blue. HEX triplet: 12, 79 and 95. RGB value is (18,121,149). Sum of RGB (Red+Green+Blue) = 18+121+149=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #127995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127995 is #ED866A. Grayscale: #5D5D5D. Windows color (decimal): -15566443 or 9795858. OLE color: 9795858.
HSL color Cylindrical-coordinate representation of color #127995: hue angle of 192.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127995 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 121 | 149 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.42 |
| HSL | 192.82º | 0.78% | 0.33% | - |
| HSV(B) | 192.82º | 0.88% | 0.58% | - |
| XYZ | 12.51 | 15.97 | 30.86 | - |
| YUV | 93.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 149 | 0.88 | 0.19 | 0 | 0.42 | 192.82 | 0.78 | 0.33 |
| Hex | 12 | 79 | 95 | 58 | 13 | 0 | 2A | C1 | 4E | 21 |
| Octal | 22 | 171 | 225 | 130 | 23 | 0 | 52 | 301 | 116 | 41 |
| Binary | 10010 | 1111001 | 10010101 | 1011000 | 10011 | 0 | 101010 | 11000001 | 1001110 | 100001 |
Color Harmonies of #127995
Complementary color
Monochromatic Colors of #127995
Black with #127995
Text Example
Text Example
White with #127995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127995; }
p { color: rgb(18,121,149); }
H1.HeaderClassName
{
color: #127995;
}
.AnyTagClassName
{
color: #127995;
}
</style>
background-color css
<style>
a { background-color: #127995; }
a { background-color: rgb(18,121,149); }
div.DivClassName
{
background-color: #127995;
}
.BgClassName
{
background-color: #127995;
}
</style>
border-color css
<style>
span { border-color: #127995; }
span { border-color: rgb(18,121,149); }
td.TdClassName
{
border-color: #127995;
}
.TagClassName
{
border-color: #127995;
}
</style>