Shades of Eastern Blue #138AAA
Tints of Eastern Blue #138AAA
RGB
CMYK
RGB Variations
Color information
#138AAA (or 0x138AAA) is known color: Eastern Blue. HEX triplet: 13, 8A and AA. RGB value is (19,138,170). Sum of RGB (Red+Green+Blue) = 19+138+170=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #138AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138AAA is #EC7555. Grayscale: #696969. Windows color (decimal): -15496534 or 11176467. OLE color: 11176467.
HSL color Cylindrical-coordinate representation of color #138AAA: hue angle of 192.72º 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 #138AAA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 138 | 170 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.33 |
| HSL | 192.72º | 0.8% | 0.37% | - |
| HSV(B) | 192.72º | 0.89% | 0.67% | - |
| XYZ | 16.61 | 21.22 | 41.25 | - |
| YUV | 106.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 170 | 0.89 | 0.19 | 0 | 0.33 | 192.72 | 0.8 | 0.37 |
| Hex | 13 | 8A | AA | 59 | 13 | 0 | 21 | C1 | 50 | 25 |
| Octal | 23 | 212 | 252 | 131 | 23 | 0 | 41 | 301 | 120 | 45 |
| Binary | 10011 | 10001010 | 10101010 | 1011001 | 10011 | 0 | 100001 | 11000001 | 1010000 | 100101 |
Color Harmonies of #138AAA
Complementary color
Monochromatic Colors of #138AAA
Black with #138AAA
Text Example
Text Example
White with #138AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138AAA; }
p { color: rgb(19,138,170); }
H1.HeaderClassName
{
color: #138AAA;
}
.AnyTagClassName
{
color: #138AAA;
}
</style>
background-color css
<style>
a { background-color: #138AAA; }
a { background-color: rgb(19,138,170); }
div.DivClassName
{
background-color: #138AAA;
}
.BgClassName
{
background-color: #138AAA;
}
</style>
border-color css
<style>
span { border-color: #138AAA; }
span { border-color: rgb(19,138,170); }
td.TdClassName
{
border-color: #138AAA;
}
.TagClassName
{
border-color: #138AAA;
}
</style>