Shades of Eastern Blue #19839D
Tints of Eastern Blue #19839D
RGB
CMYK
RGB Variations
Color information
#19839D (or 0x19839D) is known color: Eastern Blue. HEX triplet: 19, 83 and 9D. RGB value is (25,131,157). Sum of RGB (Red+Green+Blue) = 25+131+157=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #19839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19839D is #E67C62. Grayscale: #666666. Windows color (decimal): -15105123 or 10322713. OLE color: 10322713.
HSL color Cylindrical-coordinate representation of color #19839D: hue angle of 191.82º 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 #19839D is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 131 | 157 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.38 |
| HSL | 191.82º | 0.73% | 0.36% | - |
| HSV(B) | 191.82º | 0.84% | 0.62% | - |
| XYZ | 14.6 | 18.87 | 34.77 | - |
| YUV | 102.27 | 158.88 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 157 | 0.84 | 0.17 | 0 | 0.38 | 191.82 | 0.73 | 0.36 |
| Hex | 19 | 83 | 9D | 54 | 11 | 0 | 26 | C0 | 49 | 24 |
| Octal | 31 | 203 | 235 | 124 | 21 | 0 | 46 | 300 | 111 | 44 |
| Binary | 11001 | 10000011 | 10011101 | 1010100 | 10001 | 0 | 100110 | 11000000 | 1001001 | 100100 |
Color Harmonies of #19839D
Complementary color
Monochromatic Colors of #19839D
Black with #19839D
Text Example
Text Example
White with #19839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19839D; }
p { color: rgb(25,131,157); }
H1.HeaderClassName
{
color: #19839D;
}
.AnyTagClassName
{
color: #19839D;
}
</style>
background-color css
<style>
a { background-color: #19839D; }
a { background-color: rgb(25,131,157); }
div.DivClassName
{
background-color: #19839D;
}
.BgClassName
{
background-color: #19839D;
}
</style>
border-color css
<style>
span { border-color: #19839D; }
span { border-color: rgb(25,131,157); }
td.TdClassName
{
border-color: #19839D;
}
.TagClassName
{
border-color: #19839D;
}
</style>