Shades of Eastern Blue #138BA2
Tints of Eastern Blue #138BA2
RGB
CMYK
RGB Variations
Color information
#138BA2 (or 0x138BA2) is known color: Eastern Blue. HEX triplet: 13, 8B and A2. RGB value is (19,139,162). Sum of RGB (Red+Green+Blue) = 19+139+162=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #138BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138BA2 is #EC745D. Grayscale: #696969. Windows color (decimal): -15496286 or 10652435. OLE color: 10652435.
HSL color Cylindrical-coordinate representation of color #138BA2: hue angle of 189.65º 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 #138BA2 is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 139 | 162 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.36 |
| HSL | 189.65º | 0.79% | 0.35% | - |
| HSV(B) | 189.65º | 0.88% | 0.64% | - |
| XYZ | 16.02 | 21.21 | 37.43 | - |
| YUV | 105.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 162 | 0.88 | 0.14 | 0 | 0.36 | 189.65 | 0.79 | 0.35 |
| Hex | 13 | 8B | A2 | 58 | E | 0 | 24 | BE | 4F | 23 |
| Octal | 23 | 213 | 242 | 130 | 16 | 0 | 44 | 276 | 117 | 43 |
| Binary | 10011 | 10001011 | 10100010 | 1011000 | 1110 | 0 | 100100 | 10111110 | 1001111 | 100011 |
Color Harmonies of #138BA2
Complementary color
Monochromatic Colors of #138BA2
Black with #138BA2
Text Example
Text Example
White with #138BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138BA2; }
p { color: rgb(19,139,162); }
H1.HeaderClassName
{
color: #138BA2;
}
.AnyTagClassName
{
color: #138BA2;
}
</style>
background-color css
<style>
a { background-color: #138BA2; }
a { background-color: rgb(19,139,162); }
div.DivClassName
{
background-color: #138BA2;
}
.BgClassName
{
background-color: #138BA2;
}
</style>
border-color css
<style>
span { border-color: #138BA2; }
span { border-color: rgb(19,139,162); }
td.TdClassName
{
border-color: #138BA2;
}
.TagClassName
{
border-color: #138BA2;
}
</style>