Shades of Eastern Blue #138292
Tints of Eastern Blue #138292
RGB
CMYK
RGB Variations
Color information
#138292 (or 0x138292) is known color: Eastern Blue. HEX triplet: 13, 82 and 92. RGB value is (19,130,146). Sum of RGB (Red+Green+Blue) = 19+130+146=295 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.44% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #138292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138292 is #EC7D6D. Grayscale: #626262. Windows color (decimal): -15498606 or 9601555. OLE color: 9601555.
HSL color Cylindrical-coordinate representation of color #138292: hue angle of 187.56º 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 #138292 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 130 | 146 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.43 |
| HSL | 187.56º | 0.77% | 0.32% | - |
| HSV(B) | 187.56º | 0.87% | 0.57% | - |
| XYZ | 13.44 | 18.18 | 29.99 | - |
| YUV | 98.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 146 | 0.87 | 0.11 | 0 | 0.43 | 187.56 | 0.77 | 0.32 |
| Hex | 13 | 82 | 92 | 57 | B | 0 | 2B | BC | 4D | 20 |
| Octal | 23 | 202 | 222 | 127 | 13 | 0 | 53 | 274 | 115 | 40 |
| Binary | 10011 | 10000010 | 10010010 | 1010111 | 1011 | 0 | 101011 | 10111100 | 1001101 | 100000 |
Color Harmonies of #138292
Complementary color
Monochromatic Colors of #138292
Black with #138292
Text Example
Text Example
White with #138292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138292; }
p { color: rgb(19,130,146); }
H1.HeaderClassName
{
color: #138292;
}
.AnyTagClassName
{
color: #138292;
}
</style>
background-color css
<style>
a { background-color: #138292; }
a { background-color: rgb(19,130,146); }
div.DivClassName
{
background-color: #138292;
}
.BgClassName
{
background-color: #138292;
}
</style>
border-color css
<style>
span { border-color: #138292; }
span { border-color: rgb(19,130,146); }
td.TdClassName
{
border-color: #138292;
}
.TagClassName
{
border-color: #138292;
}
</style>