Shades of Eastern Blue #137995
Tints of Eastern Blue #137995
RGB
CMYK
RGB Variations
Color information
#137995 (or 0x137995) is known color: Eastern Blue. HEX triplet: 13, 79 and 95. RGB value is (19,121,149). Sum of RGB (Red+Green+Blue) = 19+121+149=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #137995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137995 is #EC866A. Grayscale: #5D5D5D. Windows color (decimal): -15500907 or 9795859. OLE color: 9795859.
HSL color Cylindrical-coordinate representation of color #137995: hue angle of 192.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137995 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 121 | 149 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.42 |
| HSL | 192.92º | 0.77% | 0.33% | - |
| HSV(B) | 192.92º | 0.87% | 0.58% | - |
| XYZ | 12.53 | 15.98 | 30.86 | - |
| YUV | 93.69 | 159.21 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 149 | 0.87 | 0.19 | 0 | 0.42 | 192.92 | 0.77 | 0.33 |
| Hex | 13 | 79 | 95 | 57 | 13 | 0 | 2A | C1 | 4D | 21 |
| Octal | 23 | 171 | 225 | 127 | 23 | 0 | 52 | 301 | 115 | 41 |
| Binary | 10011 | 1111001 | 10010101 | 1010111 | 10011 | 0 | 101010 | 11000001 | 1001101 | 100001 |
Color Harmonies of #137995
Complementary color
Monochromatic Colors of #137995
Black with #137995
Text Example
Text Example
White with #137995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137995; }
p { color: rgb(19,121,149); }
H1.HeaderClassName
{
color: #137995;
}
.AnyTagClassName
{
color: #137995;
}
</style>
background-color css
<style>
a { background-color: #137995; }
a { background-color: rgb(19,121,149); }
div.DivClassName
{
background-color: #137995;
}
.BgClassName
{
background-color: #137995;
}
</style>
border-color css
<style>
span { border-color: #137995; }
span { border-color: rgb(19,121,149); }
td.TdClassName
{
border-color: #137995;
}
.TagClassName
{
border-color: #137995;
}
</style>