Shades of Egyptian Blue #132491
Tints of Egyptian Blue #132491
RGB
CMYK
RGB Variations
Color information
#132491 (or 0x132491) is known color: Egyptian Blue. HEX triplet: 13, 24 and 91. RGB value is (19,36,145). Sum of RGB (Red+Green+Blue) = 19+36+145=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #132491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132491 is #ECDB6E. Grayscale: #2A2A2A. Windows color (decimal): -15522671 or 9511955. OLE color: 9511955.
HSL color Cylindrical-coordinate representation of color #132491: hue angle of 231.9º 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 #132491 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 36 | 145 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.43 |
| HSL | 231.9º | 0.77% | 0.32% | - |
| HSV(B) | 231.9º | 0.87% | 0.57% | - |
| XYZ | 6.01 | 3.44 | 27.14 | - |
| YUV | 43.34 | 185.37 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 145 | 0.87 | 0.75 | 0 | 0.43 | 231.9 | 0.77 | 0.32 |
| Hex | 13 | 24 | 91 | 57 | 4B | 0 | 2B | E8 | 4D | 20 |
| Octal | 23 | 44 | 221 | 127 | 113 | 0 | 53 | 350 | 115 | 40 |
| Binary | 10011 | 100100 | 10010001 | 1010111 | 1001011 | 0 | 101011 | 11101000 | 1001101 | 100000 |
Color Harmonies of #132491
Complementary color
Monochromatic Colors of #132491
Black with #132491
Text Example
Text Example
White with #132491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132491; }
p { color: rgb(19,36,145); }
H1.HeaderClassName
{
color: #132491;
}
.AnyTagClassName
{
color: #132491;
}
</style>
background-color css
<style>
a { background-color: #132491; }
a { background-color: rgb(19,36,145); }
div.DivClassName
{
background-color: #132491;
}
.BgClassName
{
background-color: #132491;
}
</style>
border-color css
<style>
span { border-color: #132491; }
span { border-color: rgb(19,36,145); }
td.TdClassName
{
border-color: #132491;
}
.TagClassName
{
border-color: #132491;
}
</style>