Shades of Egyptian Blue #133391
Tints of Egyptian Blue #133391
RGB
CMYK
RGB Variations
Color information
#133391 (or 0x133391) is known color: Egyptian Blue. HEX triplet: 13, 33 and 91. RGB value is (19,51,145). Sum of RGB (Red+Green+Blue) = 19+51+145=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #133391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133391 is #ECCC6E. Grayscale: #333333. Windows color (decimal): -15518831 or 9515795. OLE color: 9515795.
HSL color Cylindrical-coordinate representation of color #133391: hue angle of 224.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #133391 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 51 | 145 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.43 |
| HSL | 224.76º | 0.77% | 0.32% | - |
| HSV(B) | 224.76º | 0.87% | 0.57% | - |
| XYZ | 6.56 | 4.55 | 27.32 | - |
| YUV | 52.15 | 180.4 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 145 | 0.87 | 0.65 | 0 | 0.43 | 224.76 | 0.77 | 0.32 |
| Hex | 13 | 33 | 91 | 57 | 41 | 0 | 2B | E1 | 4D | 20 |
| Octal | 23 | 63 | 221 | 127 | 101 | 0 | 53 | 341 | 115 | 40 |
| Binary | 10011 | 110011 | 10010001 | 1010111 | 1000001 | 0 | 101011 | 11100001 | 1001101 | 100000 |
Color Harmonies of #133391
Complementary color
Monochromatic Colors of #133391
Black with #133391
Text Example
Text Example
White with #133391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133391; }
p { color: rgb(19,51,145); }
H1.HeaderClassName
{
color: #133391;
}
.AnyTagClassName
{
color: #133391;
}
</style>
background-color css
<style>
a { background-color: #133391; }
a { background-color: rgb(19,51,145); }
div.DivClassName
{
background-color: #133391;
}
.BgClassName
{
background-color: #133391;
}
</style>
border-color css
<style>
span { border-color: #133391; }
span { border-color: rgb(19,51,145); }
td.TdClassName
{
border-color: #133391;
}
.TagClassName
{
border-color: #133391;
}
</style>