Shades of Eastern Blue #19819D
Tints of Eastern Blue #19819D
RGB
CMYK
RGB Variations
Color information
#19819D (or 0x19819D) is known color: Eastern Blue. HEX triplet: 19, 81 and 9D. RGB value is (25,129,157). Sum of RGB (Red+Green+Blue) = 25+129+157=311 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.04% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #19819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19819D is #E67E62. Grayscale: #646464. Windows color (decimal): -15105635 or 10322201. OLE color: 10322201.
HSL color Cylindrical-coordinate representation of color #19819D: hue angle of 192.73º 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 #19819D is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 129 | 157 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.38 |
| HSL | 192.73º | 0.73% | 0.36% | - |
| HSV(B) | 192.73º | 0.84% | 0.62% | - |
| XYZ | 14.34 | 18.34 | 34.68 | - |
| YUV | 101.1 | 159.54 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 157 | 0.84 | 0.18 | 0 | 0.38 | 192.73 | 0.73 | 0.36 |
| Hex | 19 | 81 | 9D | 54 | 12 | 0 | 26 | C1 | 49 | 24 |
| Octal | 31 | 201 | 235 | 124 | 22 | 0 | 46 | 301 | 111 | 44 |
| Binary | 11001 | 10000001 | 10011101 | 1010100 | 10010 | 0 | 100110 | 11000001 | 1001001 | 100100 |
Color Harmonies of #19819D
Complementary color
Monochromatic Colors of #19819D
Black with #19819D
Text Example
Text Example
White with #19819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19819D; }
p { color: rgb(25,129,157); }
H1.HeaderClassName
{
color: #19819D;
}
.AnyTagClassName
{
color: #19819D;
}
</style>
background-color css
<style>
a { background-color: #19819D; }
a { background-color: rgb(25,129,157); }
div.DivClassName
{
background-color: #19819D;
}
.BgClassName
{
background-color: #19819D;
}
</style>
border-color css
<style>
span { border-color: #19819D; }
span { border-color: rgb(25,129,157); }
td.TdClassName
{
border-color: #19819D;
}
.TagClassName
{
border-color: #19819D;
}
</style>