Shades of Eastern Blue #138598
Tints of Eastern Blue #138598
RGB
CMYK
RGB Variations
Color information
#138598 (or 0x138598) is known color: Eastern Blue. HEX triplet: 13, 85 and 98. RGB value is (19,133,152). Sum of RGB (Red+Green+Blue) = 19+133+152=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #138598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138598 is #EC7A67. Grayscale: #646464. Windows color (decimal): -15497832 or 9995539. OLE color: 9995539.
HSL color Cylindrical-coordinate representation of color #138598: hue angle of 188.57º 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 #138598 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 133 | 152 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.40 |
| HSL | 188.57º | 0.78% | 0.34% | - |
| HSV(B) | 188.57º | 0.88% | 0.6% | - |
| XYZ | 14.32 | 19.18 | 32.65 | - |
| YUV | 101.08 | 156.73 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 152 | 0.87 | 0.13 | 0 | 0.40 | 188.57 | 0.78 | 0.34 |
| Hex | 13 | 85 | 98 | 57 | D | 0 | 28 | BD | 4E | 22 |
| Octal | 23 | 205 | 230 | 127 | 15 | 0 | 50 | 275 | 116 | 42 |
| Binary | 10011 | 10000101 | 10011000 | 1010111 | 1101 | 0 | 101000 | 10111101 | 1001110 | 100010 |
Color Harmonies of #138598
Complementary color
Monochromatic Colors of #138598
Black with #138598
Text Example
Text Example
White with #138598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138598; }
p { color: rgb(19,133,152); }
H1.HeaderClassName
{
color: #138598;
}
.AnyTagClassName
{
color: #138598;
}
</style>
background-color css
<style>
a { background-color: #138598; }
a { background-color: rgb(19,133,152); }
div.DivClassName
{
background-color: #138598;
}
.BgClassName
{
background-color: #138598;
}
</style>
border-color css
<style>
span { border-color: #138598; }
span { border-color: rgb(19,133,152); }
td.TdClassName
{
border-color: #138598;
}
.TagClassName
{
border-color: #138598;
}
</style>