Shades of Eastern Blue #137A92
Tints of Eastern Blue #137A92
RGB
CMYK
RGB Variations
Color information
#137A92 (or 0x137A92) is known color: Eastern Blue. HEX triplet: 13, 7A and 92. RGB value is (19,122,146). Sum of RGB (Red+Green+Blue) = 19+122+146=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #137A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137A92 is #EC856D. Grayscale: #5D5D5D. Windows color (decimal): -15500654 or 9599507. OLE color: 9599507.
HSL color Cylindrical-coordinate representation of color #137A92: hue angle of 191.34º 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 #137A92 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 122 | 146 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.43 |
| HSL | 191.34º | 0.77% | 0.32% | - |
| HSV(B) | 191.34º | 0.87% | 0.57% | - |
| XYZ | 12.42 | 16.13 | 29.65 | - |
| YUV | 93.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 146 | 0.87 | 0.16 | 0 | 0.43 | 191.34 | 0.77 | 0.32 |
| Hex | 13 | 7A | 92 | 57 | 10 | 0 | 2B | BF | 4D | 20 |
| Octal | 23 | 172 | 222 | 127 | 20 | 0 | 53 | 277 | 115 | 40 |
| Binary | 10011 | 1111010 | 10010010 | 1010111 | 10000 | 0 | 101011 | 10111111 | 1001101 | 100000 |
Color Harmonies of #137A92
Complementary color
Monochromatic Colors of #137A92
Black with #137A92
Text Example
Text Example
White with #137A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A92; }
p { color: rgb(19,122,146); }
H1.HeaderClassName
{
color: #137A92;
}
.AnyTagClassName
{
color: #137A92;
}
</style>
background-color css
<style>
a { background-color: #137A92; }
a { background-color: rgb(19,122,146); }
div.DivClassName
{
background-color: #137A92;
}
.BgClassName
{
background-color: #137A92;
}
</style>
border-color css
<style>
span { border-color: #137A92; }
span { border-color: rgb(19,122,146); }
td.TdClassName
{
border-color: #137A92;
}
.TagClassName
{
border-color: #137A92;
}
</style>