Shades of Eastern Blue #13829C
Tints of Eastern Blue #13829C
RGB
CMYK
RGB Variations
Color information
#13829C (or 0x13829C) is known color: Eastern Blue. HEX triplet: 13, 82 and 9C. RGB value is (19,130,156). Sum of RGB (Red+Green+Blue) = 19+130+156=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #13829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13829C is #EC7D63. Grayscale: #636363. Windows color (decimal): -15498596 or 10256915. OLE color: 10256915.
HSL color Cylindrical-coordinate representation of color #13829C: hue angle of 191.39º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13829C is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 130 | 156 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.39 |
| HSL | 191.39º | 0.78% | 0.34% | - |
| HSV(B) | 191.39º | 0.88% | 0.61% | - |
| XYZ | 14.25 | 18.5 | 34.27 | - |
| YUV | 99.78 | 159.73 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 156 | 0.88 | 0.17 | 0 | 0.39 | 191.39 | 0.78 | 0.34 |
| Hex | 13 | 82 | 9C | 58 | 11 | 0 | 27 | BF | 4E | 22 |
| Octal | 23 | 202 | 234 | 130 | 21 | 0 | 47 | 277 | 116 | 42 |
| Binary | 10011 | 10000010 | 10011100 | 1011000 | 10001 | 0 | 100111 | 10111111 | 1001110 | 100010 |
Color Harmonies of #13829C
Complementary color
Monochromatic Colors of #13829C
Black with #13829C
Text Example
Text Example
White with #13829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13829C; }
p { color: rgb(19,130,156); }
H1.HeaderClassName
{
color: #13829C;
}
.AnyTagClassName
{
color: #13829C;
}
</style>
background-color css
<style>
a { background-color: #13829C; }
a { background-color: rgb(19,130,156); }
div.DivClassName
{
background-color: #13829C;
}
.BgClassName
{
background-color: #13829C;
}
</style>
border-color css
<style>
span { border-color: #13829C; }
span { border-color: rgb(19,130,156); }
td.TdClassName
{
border-color: #13829C;
}
.TagClassName
{
border-color: #13829C;
}
</style>