Shades of Eastern Blue #13819E
Tints of Eastern Blue #13819E
RGB
CMYK
RGB Variations
Color information
#13819E (or 0x13819E) is known color: Eastern Blue. HEX triplet: 13, 81 and 9E. RGB value is (19,129,158). Sum of RGB (Red+Green+Blue) = 19+129+158=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #13819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13819E is #EC7E61. Grayscale: #636363. Windows color (decimal): -15498850 or 10387731. OLE color: 10387731.
HSL color Cylindrical-coordinate representation of color #13819E: hue angle of 192.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13819E is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 129 | 158 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.38 |
| HSL | 192.52º | 0.79% | 0.35% | - |
| HSV(B) | 192.52º | 0.88% | 0.62% | - |
| XYZ | 14.29 | 18.31 | 35.13 | - |
| YUV | 99.42 | 161.06 | 70.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 158 | 0.88 | 0.18 | 0 | 0.38 | 192.52 | 0.79 | 0.35 |
| Hex | 13 | 81 | 9E | 58 | 12 | 0 | 26 | C1 | 4F | 23 |
| Octal | 23 | 201 | 236 | 130 | 22 | 0 | 46 | 301 | 117 | 43 |
| Binary | 10011 | 10000001 | 10011110 | 1011000 | 10010 | 0 | 100110 | 11000001 | 1001111 | 100011 |
Color Harmonies of #13819E
Complementary color
Monochromatic Colors of #13819E
Black with #13819E
Text Example
Text Example
White with #13819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13819E; }
p { color: rgb(19,129,158); }
H1.HeaderClassName
{
color: #13819E;
}
.AnyTagClassName
{
color: #13819E;
}
</style>
background-color css
<style>
a { background-color: #13819E; }
a { background-color: rgb(19,129,158); }
div.DivClassName
{
background-color: #13819E;
}
.BgClassName
{
background-color: #13819E;
}
</style>
border-color css
<style>
span { border-color: #13819E; }
span { border-color: rgb(19,129,158); }
td.TdClassName
{
border-color: #13819E;
}
.TagClassName
{
border-color: #13819E;
}
</style>