Shades of Egyptian Blue #13329B
Tints of Egyptian Blue #13329B
RGB
CMYK
RGB Variations
Color information
#13329B (or 0x13329B) is known color: Egyptian Blue. HEX triplet: 13, 32 and 9B. RGB value is (19,50,155). Sum of RGB (Red+Green+Blue) = 19+50+155=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #13329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13329B is #ECCD64. Grayscale: #343434. Windows color (decimal): -15519077 or 10170899. OLE color: 10170899.
HSL color Cylindrical-coordinate representation of color #13329B: hue angle of 226.32º 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 #13329B is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 50 | 155 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.39 |
| HSL | 226.32º | 0.78% | 0.34% | - |
| HSV(B) | 226.32º | 0.88% | 0.61% | - |
| XYZ | 7.33 | 4.79 | 31.55 | - |
| YUV | 52.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 155 | 0.88 | 0.68 | 0 | 0.39 | 226.32 | 0.78 | 0.34 |
| Hex | 13 | 32 | 9B | 58 | 44 | 0 | 27 | E2 | 4E | 22 |
| Octal | 23 | 62 | 233 | 130 | 104 | 0 | 47 | 342 | 116 | 42 |
| Binary | 10011 | 110010 | 10011011 | 1011000 | 1000100 | 0 | 100111 | 11100010 | 1001110 | 100010 |
Color Harmonies of #13329B
Complementary color
Monochromatic Colors of #13329B
Black with #13329B
Text Example
Text Example
White with #13329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13329B; }
p { color: rgb(19,50,155); }
H1.HeaderClassName
{
color: #13329B;
}
.AnyTagClassName
{
color: #13329B;
}
</style>
background-color css
<style>
a { background-color: #13329B; }
a { background-color: rgb(19,50,155); }
div.DivClassName
{
background-color: #13329B;
}
.BgClassName
{
background-color: #13329B;
}
</style>
border-color css
<style>
span { border-color: #13329B; }
span { border-color: rgb(19,50,155); }
td.TdClassName
{
border-color: #13329B;
}
.TagClassName
{
border-color: #13329B;
}
</style>