Shades of Eastern Blue #138DA3
Tints of Eastern Blue #138DA3
RGB
CMYK
RGB Variations
Color information
#138DA3 (or 0x138DA3) is known color: Eastern Blue. HEX triplet: 13, 8D and A3. RGB value is (19,141,163). Sum of RGB (Red+Green+Blue) = 19+141+163=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #138DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DA3 is #EC725C. Grayscale: #6A6A6A. Windows color (decimal): -15495773 or 10718483. OLE color: 10718483.
HSL color Cylindrical-coordinate representation of color #138DA3: hue angle of 189.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138DA3 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 141 | 163 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.36 |
| HSL | 189.17º | 0.79% | 0.36% | - |
| HSV(B) | 189.17º | 0.88% | 0.64% | - |
| XYZ | 16.4 | 21.83 | 38 | - |
| YUV | 107.03 | 159.58 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 163 | 0.88 | 0.13 | 0 | 0.36 | 189.17 | 0.79 | 0.36 |
| Hex | 13 | 8D | A3 | 58 | D | 0 | 24 | BD | 4F | 24 |
| Octal | 23 | 215 | 243 | 130 | 15 | 0 | 44 | 275 | 117 | 44 |
| Binary | 10011 | 10001101 | 10100011 | 1011000 | 1101 | 0 | 100100 | 10111101 | 1001111 | 100100 |
Color Harmonies of #138DA3
Complementary color
Monochromatic Colors of #138DA3
Black with #138DA3
Text Example
Text Example
White with #138DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138DA3; }
p { color: rgb(19,141,163); }
H1.HeaderClassName
{
color: #138DA3;
}
.AnyTagClassName
{
color: #138DA3;
}
</style>
background-color css
<style>
a { background-color: #138DA3; }
a { background-color: rgb(19,141,163); }
div.DivClassName
{
background-color: #138DA3;
}
.BgClassName
{
background-color: #138DA3;
}
</style>
border-color css
<style>
span { border-color: #138DA3; }
span { border-color: rgb(19,141,163); }
td.TdClassName
{
border-color: #138DA3;
}
.TagClassName
{
border-color: #138DA3;
}
</style>