Shades of Eastern Blue #138BA9
Tints of Eastern Blue #138BA9
RGB
CMYK
RGB Variations
Color information
#138BA9 (or 0x138BA9) is known color: Eastern Blue. HEX triplet: 13, 8B and A9. RGB value is (19,139,169). Sum of RGB (Red+Green+Blue) = 19+139+169=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #138BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BA9 is #EC7456. Grayscale: #6A6A6A. Windows color (decimal): -15496279 or 11111187. OLE color: 11111187.
HSL color Cylindrical-coordinate representation of color #138BA9: hue angle of 192º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138BA9 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 139 | 169 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.34 |
| HSL | 192º | 0.8% | 0.37% | - |
| HSV(B) | 192º | 0.89% | 0.66% | - |
| XYZ | 16.66 | 21.47 | 40.8 | - |
| YUV | 106.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 169 | 0.89 | 0.18 | 0 | 0.34 | 192 | 0.8 | 0.37 |
| Hex | 13 | 8B | A9 | 59 | 12 | 0 | 22 | C0 | 50 | 25 |
| Octal | 23 | 213 | 251 | 131 | 22 | 0 | 42 | 300 | 120 | 45 |
| Binary | 10011 | 10001011 | 10101001 | 1011001 | 10010 | 0 | 100010 | 11000000 | 1010000 | 100101 |
Color Harmonies of #138BA9
Complementary color
Monochromatic Colors of #138BA9
Black with #138BA9
Text Example
Text Example
White with #138BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BA9; }
p { color: rgb(19,139,169); }
H1.HeaderClassName
{
color: #138BA9;
}
.AnyTagClassName
{
color: #138BA9;
}
</style>
background-color css
<style>
a { background-color: #138BA9; }
a { background-color: rgb(19,139,169); }
div.DivClassName
{
background-color: #138BA9;
}
.BgClassName
{
background-color: #138BA9;
}
</style>
border-color css
<style>
span { border-color: #138BA9; }
span { border-color: rgb(19,139,169); }
td.TdClassName
{
border-color: #138BA9;
}
.TagClassName
{
border-color: #138BA9;
}
</style>