Shades of Egyptian Blue #13249E
Tints of Egyptian Blue #13249E
RGB
CMYK
RGB Variations
Color information
#13249E (or 0x13249E) is known color: Egyptian Blue. HEX triplet: 13, 24 and 9E. RGB value is (19,36,158). Sum of RGB (Red+Green+Blue) = 19+36+158=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 158 (62.11% from 255 or 74.18% from 213); Max value from RGB is 158 - color contains mainly: blue. Hex color #13249E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13249E is #ECDB61. Grayscale: #2C2C2C. Windows color (decimal): -15522658 or 10363923. OLE color: 10363923.
HSL color Cylindrical-coordinate representation of color #13249E: hue angle of 232.66º 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 #13249E is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 36 | 158 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.38 |
| HSL | 232.66º | 0.79% | 0.35% | - |
| HSV(B) | 232.66º | 0.88% | 0.62% | - |
| XYZ | 7.07 | 3.87 | 32.72 | - |
| YUV | 44.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 158 | 0.88 | 0.77 | 0 | 0.38 | 232.66 | 0.79 | 0.35 |
| Hex | 13 | 24 | 9E | 58 | 4D | 0 | 26 | E9 | 4F | 23 |
| Octal | 23 | 44 | 236 | 130 | 115 | 0 | 46 | 351 | 117 | 43 |
| Binary | 10011 | 100100 | 10011110 | 1011000 | 1001101 | 0 | 100110 | 11101001 | 1001111 | 100011 |
Color Harmonies of #13249E
Complementary color
Monochromatic Colors of #13249E
Black with #13249E
Text Example
Text Example
White with #13249E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13249E; }
p { color: rgb(19,36,158); }
H1.HeaderClassName
{
color: #13249E;
}
.AnyTagClassName
{
color: #13249E;
}
</style>
background-color css
<style>
a { background-color: #13249E; }
a { background-color: rgb(19,36,158); }
div.DivClassName
{
background-color: #13249E;
}
.BgClassName
{
background-color: #13249E;
}
</style>
border-color css
<style>
span { border-color: #13249E; }
span { border-color: rgb(19,36,158); }
td.TdClassName
{
border-color: #13249E;
}
.TagClassName
{
border-color: #13249E;
}
</style>