Shades of Egyptian Blue #13249C
Tints of Egyptian Blue #13249C
RGB
CMYK
RGB Variations
Color information
#13249C (or 0x13249C) is known color: Egyptian Blue. HEX triplet: 13, 24 and 9C. RGB value is (19,36,156). Sum of RGB (Red+Green+Blue) = 19+36+156=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #13249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13249C is #ECDB63. Grayscale: #2C2C2C. Windows color (decimal): -15522660 or 10232851. OLE color: 10232851.
HSL color Cylindrical-coordinate representation of color #13249C: hue angle of 232.55º 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 #13249C is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 36 | 156 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.39 |
| HSL | 232.55º | 0.78% | 0.34% | - |
| HSV(B) | 232.55º | 0.88% | 0.61% | - |
| XYZ | 6.9 | 3.8 | 31.82 | - |
| YUV | 44.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 156 | 0.88 | 0.77 | 0 | 0.39 | 232.55 | 0.78 | 0.34 |
| Hex | 13 | 24 | 9C | 58 | 4D | 0 | 27 | E9 | 4E | 22 |
| Octal | 23 | 44 | 234 | 130 | 115 | 0 | 47 | 351 | 116 | 42 |
| Binary | 10011 | 100100 | 10011100 | 1011000 | 1001101 | 0 | 100111 | 11101001 | 1001110 | 100010 |
Color Harmonies of #13249C
Complementary color
Monochromatic Colors of #13249C
Black with #13249C
Text Example
Text Example
White with #13249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13249C; }
p { color: rgb(19,36,156); }
H1.HeaderClassName
{
color: #13249C;
}
.AnyTagClassName
{
color: #13249C;
}
</style>
background-color css
<style>
a { background-color: #13249C; }
a { background-color: rgb(19,36,156); }
div.DivClassName
{
background-color: #13249C;
}
.BgClassName
{
background-color: #13249C;
}
</style>
border-color css
<style>
span { border-color: #13249C; }
span { border-color: rgb(19,36,156); }
td.TdClassName
{
border-color: #13249C;
}
.TagClassName
{
border-color: #13249C;
}
</style>