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