Shades of Egyptian Blue #213799
Tints of Egyptian Blue #213799
RGB
CMYK
RGB Variations
Color information
#213799 (or 0x213799) is known color: Egyptian Blue. HEX triplet: 21, 37 and 99. RGB value is (33,55,153). Sum of RGB (Red+Green+Blue) = 33+55+153=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #213799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213799 is #DEC866. Grayscale: #3B3B3B. Windows color (decimal): -14600295 or 10041121. OLE color: 10041121.
HSL color Cylindrical-coordinate representation of color #213799: hue angle of 229º 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 #213799 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 55 | 153 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.4 |
| HSL | 229º | 0.65% | 0.36% | - |
| HSV(B) | 229º | 0.78% | 0.6% | - |
| XYZ | 7.74 | 5.36 | 30.76 | - |
| YUV | 59.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 153 | 0.78 | 0.64 | 0 | 0.4 | 229 | 0.65 | 0.36 |
| Hex | 21 | 37 | 99 | 4E | 40 | 0 | 28 | E5 | 41 | 24 |
| Octal | 41 | 67 | 231 | 116 | 100 | 0 | 50 | 345 | 101 | 44 |
| Binary | 100001 | 110111 | 10011001 | 1001110 | 1000000 | 0 | 101000 | 11100101 | 1000001 | 100100 |
Color Harmonies of #213799
Complementary color
Monochromatic Colors of #213799
Black with #213799
Text Example
Text Example
White with #213799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213799; }
p { color: rgb(33,55,153); }
H1.HeaderClassName
{
color: #213799;
}
.AnyTagClassName
{
color: #213799;
}
</style>
background-color css
<style>
a { background-color: #213799; }
a { background-color: rgb(33,55,153); }
div.DivClassName
{
background-color: #213799;
}
.BgClassName
{
background-color: #213799;
}
</style>
border-color css
<style>
span { border-color: #213799; }
span { border-color: rgb(33,55,153); }
td.TdClassName
{
border-color: #213799;
}
.TagClassName
{
border-color: #213799;
}
</style>