Shades of Eastern Blue #138DAA
Tints of Eastern Blue #138DAA
RGB
CMYK
RGB Variations
Color information
#138DAA (or 0x138DAA) is known color: Eastern Blue. HEX triplet: 13, 8D and AA. RGB value is (19,141,170). Sum of RGB (Red+Green+Blue) = 19+141+170=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #138DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DAA is #EC7255. Grayscale: #6B6B6B. Windows color (decimal): -15495766 or 11177235. OLE color: 11177235.
HSL color Cylindrical-coordinate representation of color #138DAA: hue angle of 191.52º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138DAA is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 141 | 170 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.33 |
| HSL | 191.52º | 0.8% | 0.37% | - |
| HSV(B) | 191.52º | 0.89% | 0.67% | - |
| XYZ | 17.05 | 22.09 | 41.4 | - |
| YUV | 107.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 170 | 0.89 | 0.17 | 0 | 0.33 | 191.52 | 0.8 | 0.37 |
| Hex | 13 | 8D | AA | 59 | 11 | 0 | 21 | C0 | 50 | 25 |
| Octal | 23 | 215 | 252 | 131 | 21 | 0 | 41 | 300 | 120 | 45 |
| Binary | 10011 | 10001101 | 10101010 | 1011001 | 10001 | 0 | 100001 | 11000000 | 1010000 | 100101 |
Color Harmonies of #138DAA
Complementary color
Monochromatic Colors of #138DAA
Black with #138DAA
Text Example
Text Example
White with #138DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DAA; }
p { color: rgb(19,141,170); }
H1.HeaderClassName
{
color: #138DAA;
}
.AnyTagClassName
{
color: #138DAA;
}
</style>
background-color css
<style>
a { background-color: #138DAA; }
a { background-color: rgb(19,141,170); }
div.DivClassName
{
background-color: #138DAA;
}
.BgClassName
{
background-color: #138DAA;
}
</style>
border-color css
<style>
span { border-color: #138DAA; }
span { border-color: rgb(19,141,170); }
td.TdClassName
{
border-color: #138DAA;
}
.TagClassName
{
border-color: #138DAA;
}
</style>