Shades of Egyptian Blue #13319D
Tints of Egyptian Blue #13319D
RGB
CMYK
RGB Variations
Color information
#13319D (or 0x13319D) is known color: Egyptian Blue. HEX triplet: 13, 31 and 9D. RGB value is (19,49,157). Sum of RGB (Red+Green+Blue) = 19+49+157=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #13319D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13319D is #ECCE62. Grayscale: #333333. Windows color (decimal): -15519331 or 10301715. OLE color: 10301715.
HSL color Cylindrical-coordinate representation of color #13319D: hue angle of 226.96º degrees, saturation: 0.78, 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 #13319D is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 49 | 157 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.38 |
| HSL | 226.96º | 0.78% | 0.35% | - |
| HSV(B) | 226.96º | 0.88% | 0.62% | - |
| XYZ | 7.45 | 4.77 | 32.43 | - |
| YUV | 52.34 | 187.06 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 157 | 0.88 | 0.69 | 0 | 0.38 | 226.96 | 0.78 | 0.35 |
| Hex | 13 | 31 | 9D | 58 | 45 | 0 | 26 | E3 | 4E | 23 |
| Octal | 23 | 61 | 235 | 130 | 105 | 0 | 46 | 343 | 116 | 43 |
| Binary | 10011 | 110001 | 10011101 | 1011000 | 1000101 | 0 | 100110 | 11100011 | 1001110 | 100011 |
Color Harmonies of #13319D
Complementary color
Monochromatic Colors of #13319D
Black with #13319D
Text Example
Text Example
White with #13319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13319D; }
p { color: rgb(19,49,157); }
H1.HeaderClassName
{
color: #13319D;
}
.AnyTagClassName
{
color: #13319D;
}
</style>
background-color css
<style>
a { background-color: #13319D; }
a { background-color: rgb(19,49,157); }
div.DivClassName
{
background-color: #13319D;
}
.BgClassName
{
background-color: #13319D;
}
</style>
border-color css
<style>
span { border-color: #13319D; }
span { border-color: rgb(19,49,157); }
td.TdClassName
{
border-color: #13319D;
}
.TagClassName
{
border-color: #13319D;
}
</style>