Shades of Eastern Blue #137B91
Tints of Eastern Blue #137B91
RGB
CMYK
RGB Variations
Color information
#137B91 (or 0x137B91) is known color: Eastern Blue. HEX triplet: 13, 7B and 91. RGB value is (19,123,145). Sum of RGB (Red+Green+Blue) = 19+123+145=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 123 (48.44% from 255 or 42.86% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #137B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137B91 is #EC846E. Grayscale: #5E5E5E. Windows color (decimal): -15500399 or 9534227. OLE color: 9534227.
HSL color Cylindrical-coordinate representation of color #137B91: hue angle of 190.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137B91 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 123 | 145 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.43 |
| HSL | 190.48º | 0.77% | 0.32% | - |
| HSV(B) | 190.48º | 0.87% | 0.57% | - |
| XYZ | 12.46 | 16.35 | 29.29 | - |
| YUV | 94.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 145 | 0.87 | 0.15 | 0 | 0.43 | 190.48 | 0.77 | 0.32 |
| Hex | 13 | 7B | 91 | 57 | F | 0 | 2B | BE | 4D | 20 |
| Octal | 23 | 173 | 221 | 127 | 17 | 0 | 53 | 276 | 115 | 40 |
| Binary | 10011 | 1111011 | 10010001 | 1010111 | 1111 | 0 | 101011 | 10111110 | 1001101 | 100000 |
Color Harmonies of #137B91
Complementary color
Monochromatic Colors of #137B91
Black with #137B91
Text Example
Text Example
White with #137B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B91; }
p { color: rgb(19,123,145); }
H1.HeaderClassName
{
color: #137B91;
}
.AnyTagClassName
{
color: #137B91;
}
</style>
background-color css
<style>
a { background-color: #137B91; }
a { background-color: rgb(19,123,145); }
div.DivClassName
{
background-color: #137B91;
}
.BgClassName
{
background-color: #137B91;
}
</style>
border-color css
<style>
span { border-color: #137B91; }
span { border-color: rgb(19,123,145); }
td.TdClassName
{
border-color: #137B91;
}
.TagClassName
{
border-color: #137B91;
}
</style>