Shades of Eastern Blue #138DA2
Tints of Eastern Blue #138DA2
RGB
CMYK
RGB Variations
Color information
#138DA2 (or 0x138DA2) is known color: Eastern Blue. HEX triplet: 13, 8D and A2. RGB value is (19,141,162). Sum of RGB (Red+Green+Blue) = 19+141+162=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #138DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DA2 is #EC725D. Grayscale: #6A6A6A. Windows color (decimal): -15495774 or 10652947. OLE color: 10652947.
HSL color Cylindrical-coordinate representation of color #138DA2: hue angle of 188.81º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138DA2 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 141 | 162 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.36 |
| HSL | 188.81º | 0.79% | 0.35% | - |
| HSV(B) | 188.81º | 0.88% | 0.64% | - |
| XYZ | 16.32 | 21.8 | 37.53 | - |
| YUV | 106.92 | 159.08 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 162 | 0.88 | 0.13 | 0 | 0.36 | 188.81 | 0.79 | 0.35 |
| Hex | 13 | 8D | A2 | 58 | D | 0 | 24 | BD | 4F | 23 |
| Octal | 23 | 215 | 242 | 130 | 15 | 0 | 44 | 275 | 117 | 43 |
| Binary | 10011 | 10001101 | 10100010 | 1011000 | 1101 | 0 | 100100 | 10111101 | 1001111 | 100011 |
Color Harmonies of #138DA2
Complementary color
Monochromatic Colors of #138DA2
Black with #138DA2
Text Example
Text Example
White with #138DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DA2; }
p { color: rgb(19,141,162); }
H1.HeaderClassName
{
color: #138DA2;
}
.AnyTagClassName
{
color: #138DA2;
}
</style>
background-color css
<style>
a { background-color: #138DA2; }
a { background-color: rgb(19,141,162); }
div.DivClassName
{
background-color: #138DA2;
}
.BgClassName
{
background-color: #138DA2;
}
</style>
border-color css
<style>
span { border-color: #138DA2; }
span { border-color: rgb(19,141,162); }
td.TdClassName
{
border-color: #138DA2;
}
.TagClassName
{
border-color: #138DA2;
}
</style>