Shades of Egyptian Blue #133393
Tints of Egyptian Blue #133393
RGB
CMYK
RGB Variations
Color information
#133393 (or 0x133393) is known color: Egyptian Blue. HEX triplet: 13, 33 and 93. RGB value is (19,51,147). Sum of RGB (Red+Green+Blue) = 19+51+147=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #133393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133393 is #ECCC6C. Grayscale: #333333. Windows color (decimal): -15518829 or 9646867. OLE color: 9646867.
HSL color Cylindrical-coordinate representation of color #133393: hue angle of 225º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133393 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 51 | 147 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.42 |
| HSL | 225º | 0.77% | 0.33% | - |
| HSV(B) | 225º | 0.87% | 0.58% | - |
| XYZ | 6.72 | 4.61 | 28.14 | - |
| YUV | 52.38 | 181.4 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 147 | 0.87 | 0.65 | 0 | 0.42 | 225 | 0.77 | 0.33 |
| Hex | 13 | 33 | 93 | 57 | 41 | 0 | 2A | E1 | 4D | 21 |
| Octal | 23 | 63 | 223 | 127 | 101 | 0 | 52 | 341 | 115 | 41 |
| Binary | 10011 | 110011 | 10010011 | 1010111 | 1000001 | 0 | 101010 | 11100001 | 1001101 | 100001 |
Color Harmonies of #133393
Complementary color
Monochromatic Colors of #133393
Black with #133393
Text Example
Text Example
White with #133393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133393; }
p { color: rgb(19,51,147); }
H1.HeaderClassName
{
color: #133393;
}
.AnyTagClassName
{
color: #133393;
}
</style>
background-color css
<style>
a { background-color: #133393; }
a { background-color: rgb(19,51,147); }
div.DivClassName
{
background-color: #133393;
}
.BgClassName
{
background-color: #133393;
}
</style>
border-color css
<style>
span { border-color: #133393; }
span { border-color: rgb(19,51,147); }
td.TdClassName
{
border-color: #133393;
}
.TagClassName
{
border-color: #133393;
}
</style>