Shades of Eastern Blue #138599
Tints of Eastern Blue #138599
RGB
CMYK
RGB Variations
Color information
#138599 (or 0x138599) is known color: Eastern Blue. HEX triplet: 13, 85 and 99. RGB value is (19,133,153). Sum of RGB (Red+Green+Blue) = 19+133+153=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #138599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138599 is #EC7A66. Grayscale: #656565. Windows color (decimal): -15497831 or 10061075. OLE color: 10061075.
HSL color Cylindrical-coordinate representation of color #138599: hue angle of 188.96º 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 #138599 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 133 | 153 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.4 |
| HSL | 188.96º | 0.78% | 0.34% | - |
| HSV(B) | 188.96º | 0.88% | 0.6% | - |
| XYZ | 14.41 | 19.21 | 33.09 | - |
| YUV | 101.19 | 157.23 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 153 | 0.88 | 0.13 | 0 | 0.4 | 188.96 | 0.78 | 0.34 |
| Hex | 13 | 85 | 99 | 58 | D | 0 | 28 | BD | 4E | 22 |
| Octal | 23 | 205 | 231 | 130 | 15 | 0 | 50 | 275 | 116 | 42 |
| Binary | 10011 | 10000101 | 10011001 | 1011000 | 1101 | 0 | 101000 | 10111101 | 1001110 | 100010 |
Color Harmonies of #138599
Complementary color
Monochromatic Colors of #138599
Black with #138599
Text Example
Text Example
White with #138599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138599; }
p { color: rgb(19,133,153); }
H1.HeaderClassName
{
color: #138599;
}
.AnyTagClassName
{
color: #138599;
}
</style>
background-color css
<style>
a { background-color: #138599; }
a { background-color: rgb(19,133,153); }
div.DivClassName
{
background-color: #138599;
}
.BgClassName
{
background-color: #138599;
}
</style>
border-color css
<style>
span { border-color: #138599; }
span { border-color: rgb(19,133,153); }
td.TdClassName
{
border-color: #138599;
}
.TagClassName
{
border-color: #138599;
}
</style>