Shades of Eastern Blue #137C90
Tints of Eastern Blue #137C90
RGB
CMYK
RGB Variations
Color information
#137C90 (or 0x137C90) is known color: Eastern Blue. HEX triplet: 13, 7C and 90. RGB value is (19,124,144). Sum of RGB (Red+Green+Blue) = 19+124+144=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #137C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137C90 is #EC836F. Grayscale: #5E5E5E. Windows color (decimal): -15500144 or 9468947. OLE color: 9468947.
HSL color Cylindrical-coordinate representation of color #137C90: hue angle of 189.6º 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 #137C90 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 124 | 144 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.44 |
| HSL | 189.6º | 0.77% | 0.32% | - |
| HSV(B) | 189.6º | 0.87% | 0.56% | - |
| XYZ | 12.51 | 16.57 | 28.92 | - |
| YUV | 94.89 | 155.71 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 124 | 144 | 0.87 | 0.14 | 0 | 0.44 | 189.6 | 0.77 | 0.32 |
| Hex | 13 | 7C | 90 | 57 | E | 0 | 2C | BE | 4D | 20 |
| Octal | 23 | 174 | 220 | 127 | 16 | 0 | 54 | 276 | 115 | 40 |
| Binary | 10011 | 1111100 | 10010000 | 1010111 | 1110 | 0 | 101100 | 10111110 | 1001101 | 100000 |
Color Harmonies of #137C90
Complementary color
Monochromatic Colors of #137C90
Black with #137C90
Text Example
Text Example
White with #137C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137C90; }
p { color: rgb(19,124,144); }
H1.HeaderClassName
{
color: #137C90;
}
.AnyTagClassName
{
color: #137C90;
}
</style>
background-color css
<style>
a { background-color: #137C90; }
a { background-color: rgb(19,124,144); }
div.DivClassName
{
background-color: #137C90;
}
.BgClassName
{
background-color: #137C90;
}
</style>
border-color css
<style>
span { border-color: #137C90; }
span { border-color: rgb(19,124,144); }
td.TdClassName
{
border-color: #137C90;
}
.TagClassName
{
border-color: #137C90;
}
</style>