Shades of Eastern Blue #138C98
Tints of Eastern Blue #138C98
RGB
CMYK
RGB Variations
Color information
#138C98 (or 0x138C98) is known color: Eastern Blue. HEX triplet: 13, 8C and 98. RGB value is (19,140,152). Sum of RGB (Red+Green+Blue) = 19+140+152=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #138C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C98 is #EC7367. Grayscale: #696969. Windows color (decimal): -15496040 or 9997331. OLE color: 9997331.
HSL color Cylindrical-coordinate representation of color #138C98: hue angle of 185.41º 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 #138C98 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 140 | 152 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.40 |
| HSL | 185.41º | 0.78% | 0.34% | - |
| HSV(B) | 185.41º | 0.88% | 0.6% | - |
| XYZ | 15.31 | 21.16 | 32.98 | - |
| YUV | 105.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 152 | 0.87 | 0.08 | 0 | 0.40 | 185.41 | 0.78 | 0.34 |
| Hex | 13 | 8C | 98 | 57 | 8 | 0 | 28 | B9 | 4E | 22 |
| Octal | 23 | 214 | 230 | 127 | 10 | 0 | 50 | 271 | 116 | 42 |
| Binary | 10011 | 10001100 | 10011000 | 1010111 | 1000 | 0 | 101000 | 10111001 | 1001110 | 100010 |
Color Harmonies of #138C98
Complementary color
Monochromatic Colors of #138C98
Black with #138C98
Text Example
Text Example
White with #138C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C98; }
p { color: rgb(19,140,152); }
H1.HeaderClassName
{
color: #138C98;
}
.AnyTagClassName
{
color: #138C98;
}
</style>
background-color css
<style>
a { background-color: #138C98; }
a { background-color: rgb(19,140,152); }
div.DivClassName
{
background-color: #138C98;
}
.BgClassName
{
background-color: #138C98;
}
</style>
border-color css
<style>
span { border-color: #138C98; }
span { border-color: rgb(19,140,152); }
td.TdClassName
{
border-color: #138C98;
}
.TagClassName
{
border-color: #138C98;
}
</style>