Shades of Eastern Blue #13829B
Tints of Eastern Blue #13829B
RGB
CMYK
RGB Variations
Color information
#13829B (or 0x13829B) is known color: Eastern Blue. HEX triplet: 13, 82 and 9B. RGB value is (19,130,155). Sum of RGB (Red+Green+Blue) = 19+130+155=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #13829B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13829B is #EC7D64. Grayscale: #636363. Windows color (decimal): -15498597 or 10191379. OLE color: 10191379.
HSL color Cylindrical-coordinate representation of color #13829B: hue angle of 191.03º 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 #13829B is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 130 | 155 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.39 |
| HSL | 191.03º | 0.78% | 0.34% | - |
| HSV(B) | 191.03º | 0.88% | 0.61% | - |
| XYZ | 14.17 | 18.47 | 33.83 | - |
| YUV | 99.66 | 159.23 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 155 | 0.88 | 0.16 | 0 | 0.39 | 191.03 | 0.78 | 0.34 |
| Hex | 13 | 82 | 9B | 58 | 10 | 0 | 27 | BF | 4E | 22 |
| Octal | 23 | 202 | 233 | 130 | 20 | 0 | 47 | 277 | 116 | 42 |
| Binary | 10011 | 10000010 | 10011011 | 1011000 | 10000 | 0 | 100111 | 10111111 | 1001110 | 100010 |
Color Harmonies of #13829B
Complementary color
Monochromatic Colors of #13829B
Black with #13829B
Text Example
Text Example
White with #13829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13829B; }
p { color: rgb(19,130,155); }
H1.HeaderClassName
{
color: #13829B;
}
.AnyTagClassName
{
color: #13829B;
}
</style>
background-color css
<style>
a { background-color: #13829B; }
a { background-color: rgb(19,130,155); }
div.DivClassName
{
background-color: #13829B;
}
.BgClassName
{
background-color: #13829B;
}
</style>
border-color css
<style>
span { border-color: #13829B; }
span { border-color: rgb(19,130,155); }
td.TdClassName
{
border-color: #13829B;
}
.TagClassName
{
border-color: #13829B;
}
</style>