Shades of Egyptian Blue #132490
Tints of Egyptian Blue #132490
RGB
CMYK
RGB Variations
Color information
#132490 (or 0x132490) is known color: Egyptian Blue. HEX triplet: 13, 24 and 90. RGB value is (19,36,144). Sum of RGB (Red+Green+Blue) = 19+36+144=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #132490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132490 is #ECDB6F. Grayscale: #2A2A2A. Windows color (decimal): -15522672 or 9446419. OLE color: 9446419.
HSL color Cylindrical-coordinate representation of color #132490: hue angle of 231.84º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #132490 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 36 | 144 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.44 |
| HSL | 231.84º | 0.77% | 0.32% | - |
| HSV(B) | 231.84º | 0.87% | 0.56% | - |
| XYZ | 5.93 | 3.41 | 26.73 | - |
| YUV | 43.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 144 | 0.87 | 0.75 | 0 | 0.44 | 231.84 | 0.77 | 0.32 |
| Hex | 13 | 24 | 90 | 57 | 4B | 0 | 2C | E8 | 4D | 20 |
| Octal | 23 | 44 | 220 | 127 | 113 | 0 | 54 | 350 | 115 | 40 |
| Binary | 10011 | 100100 | 10010000 | 1010111 | 1001011 | 0 | 101100 | 11101000 | 1001101 | 100000 |
Color Harmonies of #132490
Complementary color
Monochromatic Colors of #132490
Black with #132490
Text Example
Text Example
White with #132490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132490; }
p { color: rgb(19,36,144); }
H1.HeaderClassName
{
color: #132490;
}
.AnyTagClassName
{
color: #132490;
}
</style>
background-color css
<style>
a { background-color: #132490; }
a { background-color: rgb(19,36,144); }
div.DivClassName
{
background-color: #132490;
}
.BgClassName
{
background-color: #132490;
}
</style>
border-color css
<style>
span { border-color: #132490; }
span { border-color: rgb(19,36,144); }
td.TdClassName
{
border-color: #132490;
}
.TagClassName
{
border-color: #132490;
}
</style>