Shades of Eastern Blue #138DA0
Tints of Eastern Blue #138DA0
RGB
CMYK
RGB Variations
Color information
#138DA0 (or 0x138DA0) is known color: Eastern Blue. HEX triplet: 13, 8D and A0. RGB value is (19,141,160). Sum of RGB (Red+Green+Blue) = 19+141+160=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #138DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DA0 is #EC725F. Grayscale: #6A6A6A. Windows color (decimal): -15495776 or 10521875. OLE color: 10521875.
HSL color Cylindrical-coordinate representation of color #138DA0: hue angle of 188.09º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138DA0 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 19 | 141 | 160 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.37 |
| HSL | 188.09º | 0.79% | 0.35% | - |
| HSV(B) | 188.09º | 0.88% | 0.63% | - |
| XYZ | 16.14 | 21.73 | 36.6 | - |
| YUV | 106.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 160 | 0.88 | 0.12 | 0 | 0.37 | 188.09 | 0.79 | 0.35 |
| Hex | 13 | 8D | A0 | 58 | C | 0 | 25 | BC | 4F | 23 |
| Octal | 23 | 215 | 240 | 130 | 14 | 0 | 45 | 274 | 117 | 43 |
| Binary | 10011 | 10001101 | 10100000 | 1011000 | 1100 | 0 | 100101 | 10111100 | 1001111 | 100011 |
Color Harmonies of #138DA0
Complementary color
Monochromatic Colors of #138DA0
Black with #138DA0
Text Example
Text Example
White with #138DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DA0; }
p { color: rgb(19,141,160); }
H1.HeaderClassName
{
color: #138DA0;
}
.AnyTagClassName
{
color: #138DA0;
}
</style>
background-color css
<style>
a { background-color: #138DA0; }
a { background-color: rgb(19,141,160); }
div.DivClassName
{
background-color: #138DA0;
}
.BgClassName
{
background-color: #138DA0;
}
</style>
border-color css
<style>
span { border-color: #138DA0; }
span { border-color: rgb(19,141,160); }
td.TdClassName
{
border-color: #138DA0;
}
.TagClassName
{
border-color: #138DA0;
}
</style>