Shades of Eastern Blue #138392
Tints of Eastern Blue #138392
RGB
CMYK
RGB Variations
Color information
#138392 (or 0x138392) is known color: Eastern Blue. HEX triplet: 13, 83 and 92. RGB value is (19,131,146). Sum of RGB (Red+Green+Blue) = 19+131+146=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #138392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138392 is #EC7C6D. Grayscale: #636363. Windows color (decimal): -15498350 or 9601811. OLE color: 9601811.
HSL color Cylindrical-coordinate representation of color #138392: hue angle of 187.09º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138392 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 131 | 146 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.43 |
| HSL | 187.09º | 0.77% | 0.32% | - |
| HSV(B) | 187.09º | 0.87% | 0.57% | - |
| XYZ | 13.57 | 18.45 | 30.04 | - |
| YUV | 99.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 146 | 0.87 | 0.10 | 0 | 0.43 | 187.09 | 0.77 | 0.32 |
| Hex | 13 | 83 | 92 | 57 | A | 0 | 2B | BB | 4D | 20 |
| Octal | 23 | 203 | 222 | 127 | 12 | 0 | 53 | 273 | 115 | 40 |
| Binary | 10011 | 10000011 | 10010010 | 1010111 | 1010 | 0 | 101011 | 10111011 | 1001101 | 100000 |
Color Harmonies of #138392
Complementary color
Monochromatic Colors of #138392
Black with #138392
Text Example
Text Example
White with #138392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138392; }
p { color: rgb(19,131,146); }
H1.HeaderClassName
{
color: #138392;
}
.AnyTagClassName
{
color: #138392;
}
</style>
background-color css
<style>
a { background-color: #138392; }
a { background-color: rgb(19,131,146); }
div.DivClassName
{
background-color: #138392;
}
.BgClassName
{
background-color: #138392;
}
</style>
border-color css
<style>
span { border-color: #138392; }
span { border-color: rgb(19,131,146); }
td.TdClassName
{
border-color: #138392;
}
.TagClassName
{
border-color: #138392;
}
</style>