Shades of Eastern Blue #19829A
Tints of Eastern Blue #19829A
RGB
CMYK
RGB Variations
Color information
#19829A (or 0x19829A) is known color: Eastern Blue. HEX triplet: 19, 82 and 9A. RGB value is (25,130,154). Sum of RGB (Red+Green+Blue) = 25+130+154=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #19829A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19829A is #E67D65. Grayscale: #656565. Windows color (decimal): -15105382 or 10125849. OLE color: 10125849.
HSL color Cylindrical-coordinate representation of color #19829A: hue angle of 191.16º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19829A is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 25 | 130 | 154 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.40 |
| HSL | 191.16º | 0.72% | 0.35% | - |
| HSV(B) | 191.16º | 0.84% | 0.6% | - |
| XYZ | 14.22 | 18.51 | 33.39 | - |
| YUV | 101.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 154 | 0.84 | 0.16 | 0 | 0.40 | 191.16 | 0.72 | 0.35 |
| Hex | 19 | 82 | 9A | 54 | 10 | 0 | 28 | BF | 48 | 23 |
| Octal | 31 | 202 | 232 | 124 | 20 | 0 | 50 | 277 | 110 | 43 |
| Binary | 11001 | 10000010 | 10011010 | 1010100 | 10000 | 0 | 101000 | 10111111 | 1001000 | 100011 |
Color Harmonies of #19829A
Complementary color
Monochromatic Colors of #19829A
Black with #19829A
Text Example
Text Example
White with #19829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19829A; }
p { color: rgb(25,130,154); }
H1.HeaderClassName
{
color: #19829A;
}
.AnyTagClassName
{
color: #19829A;
}
</style>
background-color css
<style>
a { background-color: #19829A; }
a { background-color: rgb(25,130,154); }
div.DivClassName
{
background-color: #19829A;
}
.BgClassName
{
background-color: #19829A;
}
</style>
border-color css
<style>
span { border-color: #19829A; }
span { border-color: rgb(25,130,154); }
td.TdClassName
{
border-color: #19829A;
}
.TagClassName
{
border-color: #19829A;
}
</style>