Shades of Eastern Blue #137F9B
Tints of Eastern Blue #137F9B
RGB
CMYK
RGB Variations
Color information
#137F9B (or 0x137F9B) is known color: Eastern Blue. HEX triplet: 13, 7F and 9B. RGB value is (19,127,155). Sum of RGB (Red+Green+Blue) = 19+127+155=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #137F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F9B is #EC8064. Grayscale: #616161. Windows color (decimal): -15499365 or 10190611. OLE color: 10190611.
HSL color Cylindrical-coordinate representation of color #137F9B: hue angle of 192.35º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137F9B is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 127 | 155 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.39 |
| HSL | 192.35º | 0.78% | 0.34% | - |
| HSV(B) | 192.35º | 0.88% | 0.61% | - |
| XYZ | 13.77 | 17.68 | 33.7 | - |
| YUV | 97.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 155 | 0.88 | 0.18 | 0 | 0.39 | 192.35 | 0.78 | 0.34 |
| Hex | 13 | 7F | 9B | 58 | 12 | 0 | 27 | C0 | 4E | 22 |
| Octal | 23 | 177 | 233 | 130 | 22 | 0 | 47 | 300 | 116 | 42 |
| Binary | 10011 | 1111111 | 10011011 | 1011000 | 10010 | 0 | 100111 | 11000000 | 1001110 | 100010 |
Color Harmonies of #137F9B
Complementary color
Monochromatic Colors of #137F9B
Black with #137F9B
Text Example
Text Example
White with #137F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137F9B; }
p { color: rgb(19,127,155); }
H1.HeaderClassName
{
color: #137F9B;
}
.AnyTagClassName
{
color: #137F9B;
}
</style>
background-color css
<style>
a { background-color: #137F9B; }
a { background-color: rgb(19,127,155); }
div.DivClassName
{
background-color: #137F9B;
}
.BgClassName
{
background-color: #137F9B;
}
</style>
border-color css
<style>
span { border-color: #137F9B; }
span { border-color: rgb(19,127,155); }
td.TdClassName
{
border-color: #137F9B;
}
.TagClassName
{
border-color: #137F9B;
}
</style>