Shades of Eastern Blue #19819C
Tints of Eastern Blue #19819C
RGB
CMYK
RGB Variations
Color information
#19819C (or 0x19819C) is known color: Eastern Blue. HEX triplet: 19, 81 and 9C. RGB value is (25,129,156). Sum of RGB (Red+Green+Blue) = 25+129+156=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #19819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19819C is #E67E63. Grayscale: #646464. Windows color (decimal): -15105636 or 10256665. OLE color: 10256665.
HSL color Cylindrical-coordinate representation of color #19819C: hue angle of 192.37º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19819C is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 25 | 129 | 156 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.39 |
| HSL | 192.37º | 0.72% | 0.35% | - |
| HSV(B) | 192.37º | 0.84% | 0.61% | - |
| XYZ | 14.25 | 18.31 | 34.24 | - |
| YUV | 100.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 156 | 0.84 | 0.17 | 0 | 0.39 | 192.37 | 0.72 | 0.35 |
| Hex | 19 | 81 | 9C | 54 | 11 | 0 | 27 | C0 | 48 | 23 |
| Octal | 31 | 201 | 234 | 124 | 21 | 0 | 47 | 300 | 110 | 43 |
| Binary | 11001 | 10000001 | 10011100 | 1010100 | 10001 | 0 | 100111 | 11000000 | 1001000 | 100011 |
Color Harmonies of #19819C
Complementary color
Monochromatic Colors of #19819C
Black with #19819C
Text Example
Text Example
White with #19819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19819C; }
p { color: rgb(25,129,156); }
H1.HeaderClassName
{
color: #19819C;
}
.AnyTagClassName
{
color: #19819C;
}
</style>
background-color css
<style>
a { background-color: #19819C; }
a { background-color: rgb(25,129,156); }
div.DivClassName
{
background-color: #19819C;
}
.BgClassName
{
background-color: #19819C;
}
</style>
border-color css
<style>
span { border-color: #19819C; }
span { border-color: rgb(25,129,156); }
td.TdClassName
{
border-color: #19819C;
}
.TagClassName
{
border-color: #19819C;
}
</style>