Shades of Eastern Blue #138C99
Tints of Eastern Blue #138C99
RGB
CMYK
RGB Variations
Color information
#138C99 (or 0x138C99) is known color: Eastern Blue. HEX triplet: 13, 8C and 99. RGB value is (19,140,153). Sum of RGB (Red+Green+Blue) = 19+140+153=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #138C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C99 is #EC7366. Grayscale: #696969. Windows color (decimal): -15496039 or 10062867. OLE color: 10062867.
HSL color Cylindrical-coordinate representation of color #138C99: hue angle of 185.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #138C99 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 140 | 153 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.4 |
| HSL | 185.82º | 0.78% | 0.34% | - |
| HSV(B) | 185.82º | 0.88% | 0.6% | - |
| XYZ | 15.4 | 21.19 | 33.42 | - |
| YUV | 105.3 | 154.91 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 153 | 0.88 | 0.08 | 0 | 0.4 | 185.82 | 0.78 | 0.34 |
| Hex | 13 | 8C | 99 | 58 | 8 | 0 | 28 | BA | 4E | 22 |
| Octal | 23 | 214 | 231 | 130 | 10 | 0 | 50 | 272 | 116 | 42 |
| Binary | 10011 | 10001100 | 10011001 | 1011000 | 1000 | 0 | 101000 | 10111010 | 1001110 | 100010 |
Color Harmonies of #138C99
Complementary color
Monochromatic Colors of #138C99
Black with #138C99
Text Example
Text Example
White with #138C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C99; }
p { color: rgb(19,140,153); }
H1.HeaderClassName
{
color: #138C99;
}
.AnyTagClassName
{
color: #138C99;
}
</style>
background-color css
<style>
a { background-color: #138C99; }
a { background-color: rgb(19,140,153); }
div.DivClassName
{
background-color: #138C99;
}
.BgClassName
{
background-color: #138C99;
}
</style>
border-color css
<style>
span { border-color: #138C99; }
span { border-color: rgb(19,140,153); }
td.TdClassName
{
border-color: #138C99;
}
.TagClassName
{
border-color: #138C99;
}
</style>