Shades of Egyptian Blue #132D91
Tints of Egyptian Blue #132D91
RGB
CMYK
RGB Variations
Color information
#132D91 (or 0x132D91) is known color: Egyptian Blue. HEX triplet: 13, 2D and 91. RGB value is (19,45,145). Sum of RGB (Red+Green+Blue) = 19+45+145=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 145 (57.03% from 255 or 69.38% from 209); Max value from RGB is 145 - color contains mainly: blue. Hex color #132D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132D91 is #ECD26E. Grayscale: #303030. Windows color (decimal): -15520367 or 9514259. OLE color: 9514259.
HSL color Cylindrical-coordinate representation of color #132D91: hue angle of 227.62º 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 #132D91 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 45 | 145 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.43 |
| HSL | 227.62º | 0.77% | 0.32% | - |
| HSV(B) | 227.62º | 0.87% | 0.57% | - |
| XYZ | 6.32 | 4.06 | 27.24 | - |
| YUV | 48.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 145 | 0.87 | 0.69 | 0 | 0.43 | 227.62 | 0.77 | 0.32 |
| Hex | 13 | 2D | 91 | 57 | 45 | 0 | 2B | E4 | 4D | 20 |
| Octal | 23 | 55 | 221 | 127 | 105 | 0 | 53 | 344 | 115 | 40 |
| Binary | 10011 | 101101 | 10010001 | 1010111 | 1000101 | 0 | 101011 | 11100100 | 1001101 | 100000 |
Color Harmonies of #132D91
Complementary color
Monochromatic Colors of #132D91
Black with #132D91
Text Example
Text Example
White with #132D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D91; }
p { color: rgb(19,45,145); }
H1.HeaderClassName
{
color: #132D91;
}
.AnyTagClassName
{
color: #132D91;
}
</style>
background-color css
<style>
a { background-color: #132D91; }
a { background-color: rgb(19,45,145); }
div.DivClassName
{
background-color: #132D91;
}
.BgClassName
{
background-color: #132D91;
}
</style>
border-color css
<style>
span { border-color: #132D91; }
span { border-color: rgb(19,45,145); }
td.TdClassName
{
border-color: #132D91;
}
.TagClassName
{
border-color: #132D91;
}
</style>