Shades of Eastern Blue #19829E
Tints of Eastern Blue #19829E
RGB
CMYK
RGB Variations
Color information
#19829E (or 0x19829E) is known color: Eastern Blue. HEX triplet: 19, 82 and 9E. RGB value is (25,130,158). Sum of RGB (Red+Green+Blue) = 25+130+158=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #19829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19829E is #E67D61. Grayscale: #656565. Windows color (decimal): -15105378 or 10387993. OLE color: 10387993.
HSL color Cylindrical-coordinate representation of color #19829E: hue angle of 192.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19829E is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 130 | 158 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.38 |
| HSL | 192.63º | 0.73% | 0.36% | - |
| HSV(B) | 192.63º | 0.84% | 0.62% | - |
| XYZ | 14.56 | 18.64 | 35.18 | - |
| YUV | 101.8 | 159.71 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 158 | 0.84 | 0.18 | 0 | 0.38 | 192.63 | 0.73 | 0.36 |
| Hex | 19 | 82 | 9E | 54 | 12 | 0 | 26 | C1 | 49 | 24 |
| Octal | 31 | 202 | 236 | 124 | 22 | 0 | 46 | 301 | 111 | 44 |
| Binary | 11001 | 10000010 | 10011110 | 1010100 | 10010 | 0 | 100110 | 11000001 | 1001001 | 100100 |
Color Harmonies of #19829E
Complementary color
Monochromatic Colors of #19829E
Black with #19829E
Text Example
Text Example
White with #19829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19829E; }
p { color: rgb(25,130,158); }
H1.HeaderClassName
{
color: #19829E;
}
.AnyTagClassName
{
color: #19829E;
}
</style>
background-color css
<style>
a { background-color: #19829E; }
a { background-color: rgb(25,130,158); }
div.DivClassName
{
background-color: #19829E;
}
.BgClassName
{
background-color: #19829E;
}
</style>
border-color css
<style>
span { border-color: #19829E; }
span { border-color: rgb(25,130,158); }
td.TdClassName
{
border-color: #19829E;
}
.TagClassName
{
border-color: #19829E;
}
</style>