Shades of Eastern Blue #138098
Tints of Eastern Blue #138098
RGB
CMYK
RGB Variations
Color information
#138098 (or 0x138098) is known color: Eastern Blue. HEX triplet: 13, 80 and 98. RGB value is (19,128,152). Sum of RGB (Red+Green+Blue) = 19+128+152=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #138098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138098 is #EC7F67. Grayscale: #616161. Windows color (decimal): -15499112 or 9994259. OLE color: 9994259.
HSL color Cylindrical-coordinate representation of color #138098: hue angle of 190.83º 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 #138098 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 128 | 152 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.40 |
| HSL | 190.83º | 0.78% | 0.34% | - |
| HSV(B) | 190.83º | 0.88% | 0.6% | - |
| XYZ | 13.66 | 17.84 | 32.43 | - |
| YUV | 98.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 152 | 0.87 | 0.16 | 0 | 0.40 | 190.83 | 0.78 | 0.34 |
| Hex | 13 | 80 | 98 | 57 | 10 | 0 | 28 | BF | 4E | 22 |
| Octal | 23 | 200 | 230 | 127 | 20 | 0 | 50 | 277 | 116 | 42 |
| Binary | 10011 | 10000000 | 10011000 | 1010111 | 10000 | 0 | 101000 | 10111111 | 1001110 | 100010 |
Color Harmonies of #138098
Complementary color
Monochromatic Colors of #138098
Black with #138098
Text Example
Text Example
White with #138098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138098; }
p { color: rgb(19,128,152); }
H1.HeaderClassName
{
color: #138098;
}
.AnyTagClassName
{
color: #138098;
}
</style>
background-color css
<style>
a { background-color: #138098; }
a { background-color: rgb(19,128,152); }
div.DivClassName
{
background-color: #138098;
}
.BgClassName
{
background-color: #138098;
}
</style>
border-color css
<style>
span { border-color: #138098; }
span { border-color: rgb(19,128,152); }
td.TdClassName
{
border-color: #138098;
}
.TagClassName
{
border-color: #138098;
}
</style>