Shades of Egyptian Blue #132399
Tints of Egyptian Blue #132399
RGB
CMYK
RGB Variations
Color information
#132399 (or 0x132399) is known color: Egyptian Blue. HEX triplet: 13, 23 and 99. RGB value is (19,35,153). Sum of RGB (Red+Green+Blue) = 19+35+153=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #132399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132399 is #ECDC66. Grayscale: #2B2B2B. Windows color (decimal): -15522919 or 10035987. OLE color: 10035987.
HSL color Cylindrical-coordinate representation of color #132399: hue angle of 232.84º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #132399 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 35 | 153 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.4 |
| HSL | 232.84º | 0.78% | 0.34% | - |
| HSV(B) | 232.84º | 0.88% | 0.6% | - |
| XYZ | 6.62 | 3.64 | 30.49 | - |
| YUV | 43.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 153 | 0.88 | 0.77 | 0 | 0.4 | 232.84 | 0.78 | 0.34 |
| Hex | 13 | 23 | 99 | 58 | 4D | 0 | 28 | E9 | 4E | 22 |
| Octal | 23 | 43 | 231 | 130 | 115 | 0 | 50 | 351 | 116 | 42 |
| Binary | 10011 | 100011 | 10011001 | 1011000 | 1001101 | 0 | 101000 | 11101001 | 1001110 | 100010 |
Color Harmonies of #132399
Complementary color
Monochromatic Colors of #132399
Black with #132399
Text Example
Text Example
White with #132399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132399; }
p { color: rgb(19,35,153); }
H1.HeaderClassName
{
color: #132399;
}
.AnyTagClassName
{
color: #132399;
}
</style>
background-color css
<style>
a { background-color: #132399; }
a { background-color: rgb(19,35,153); }
div.DivClassName
{
background-color: #132399;
}
.BgClassName
{
background-color: #132399;
}
</style>
border-color css
<style>
span { border-color: #132399; }
span { border-color: rgb(19,35,153); }
td.TdClassName
{
border-color: #132399;
}
.TagClassName
{
border-color: #132399;
}
</style>