Shades of Egyptian Blue #213699
Tints of Egyptian Blue #213699
RGB
CMYK
RGB Variations
Color information
#213699 (or 0x213699) is known color: Egyptian Blue. HEX triplet: 21, 36 and 99. RGB value is (33,54,153). Sum of RGB (Red+Green+Blue) = 33+54+153=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #213699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213699 is #DEC966. Grayscale: #3A3A3A. Windows color (decimal): -14600551 or 10040865. OLE color: 10040865.
HSL color Cylindrical-coordinate representation of color #213699: hue angle of 229.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213699 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 54 | 153 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.4 |
| HSL | 229.5º | 0.65% | 0.36% | - |
| HSV(B) | 229.5º | 0.78% | 0.6% | - |
| XYZ | 7.7 | 5.26 | 30.75 | - |
| YUV | 59.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 153 | 0.78 | 0.65 | 0 | 0.4 | 229.5 | 0.65 | 0.36 |
| Hex | 21 | 36 | 99 | 4E | 41 | 0 | 28 | E6 | 41 | 24 |
| Octal | 41 | 66 | 231 | 116 | 101 | 0 | 50 | 346 | 101 | 44 |
| Binary | 100001 | 110110 | 10011001 | 1001110 | 1000001 | 0 | 101000 | 11100110 | 1000001 | 100100 |
Color Harmonies of #213699
Complementary color
Monochromatic Colors of #213699
Black with #213699
Text Example
Text Example
White with #213699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213699; }
p { color: rgb(33,54,153); }
H1.HeaderClassName
{
color: #213699;
}
.AnyTagClassName
{
color: #213699;
}
</style>
background-color css
<style>
a { background-color: #213699; }
a { background-color: rgb(33,54,153); }
div.DivClassName
{
background-color: #213699;
}
.BgClassName
{
background-color: #213699;
}
</style>
border-color css
<style>
span { border-color: #213699; }
span { border-color: rgb(33,54,153); }
td.TdClassName
{
border-color: #213699;
}
.TagClassName
{
border-color: #213699;
}
</style>