Shades of Eastern Blue #137F90
Tints of Eastern Blue #137F90
RGB
CMYK
RGB Variations
Color information
#137F90 (or 0x137F90) is known color: Eastern Blue. HEX triplet: 13, 7F and 90. RGB value is (19,127,144). Sum of RGB (Red+Green+Blue) = 19+127+144=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #137F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F90 is #EC806F. Grayscale: #606060. Windows color (decimal): -15499376 or 9469715. OLE color: 9469715.
HSL color Cylindrical-coordinate representation of color #137F90: hue angle of 188.16º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137F90 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 127 | 144 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.44 |
| HSL | 188.16º | 0.77% | 0.32% | - |
| HSV(B) | 188.16º | 0.87% | 0.56% | - |
| XYZ | 12.89 | 17.33 | 29.05 | - |
| YUV | 96.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 144 | 0.87 | 0.12 | 0 | 0.44 | 188.16 | 0.77 | 0.32 |
| Hex | 13 | 7F | 90 | 57 | C | 0 | 2C | BC | 4D | 20 |
| Octal | 23 | 177 | 220 | 127 | 14 | 0 | 54 | 274 | 115 | 40 |
| Binary | 10011 | 1111111 | 10010000 | 1010111 | 1100 | 0 | 101100 | 10111100 | 1001101 | 100000 |
Color Harmonies of #137F90
Complementary color
Monochromatic Colors of #137F90
Black with #137F90
Text Example
Text Example
White with #137F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F90; }
p { color: rgb(19,127,144); }
H1.HeaderClassName
{
color: #137F90;
}
.AnyTagClassName
{
color: #137F90;
}
</style>
background-color css
<style>
a { background-color: #137F90; }
a { background-color: rgb(19,127,144); }
div.DivClassName
{
background-color: #137F90;
}
.BgClassName
{
background-color: #137F90;
}
</style>
border-color css
<style>
span { border-color: #137F90; }
span { border-color: rgb(19,127,144); }
td.TdClassName
{
border-color: #137F90;
}
.TagClassName
{
border-color: #137F90;
}
</style>