Shades of Egyptian Blue #213199
Tints of Egyptian Blue #213199
RGB
CMYK
RGB Variations
Color information
#213199 (or 0x213199) is known color: Egyptian Blue. HEX triplet: 21, 31 and 99. RGB value is (33,49,153). Sum of RGB (Red+Green+Blue) = 33+49+153=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #213199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213199 is #DECE66. Grayscale: #373737. Windows color (decimal): -14601831 or 10039585. OLE color: 10039585.
HSL color Cylindrical-coordinate representation of color #213199: hue angle of 232º 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 #213199 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 49 | 153 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.4 |
| HSL | 232º | 0.65% | 0.36% | - |
| HSV(B) | 232º | 0.78% | 0.6% | - |
| XYZ | 7.48 | 4.82 | 30.67 | - |
| YUV | 56.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 153 | 0.78 | 0.68 | 0 | 0.4 | 232 | 0.65 | 0.36 |
| Hex | 21 | 31 | 99 | 4E | 44 | 0 | 28 | E8 | 41 | 24 |
| Octal | 41 | 61 | 231 | 116 | 104 | 0 | 50 | 350 | 101 | 44 |
| Binary | 100001 | 110001 | 10011001 | 1001110 | 1000100 | 0 | 101000 | 11101000 | 1000001 | 100100 |
Color Harmonies of #213199
Complementary color
Monochromatic Colors of #213199
Black with #213199
Text Example
Text Example
White with #213199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213199; }
p { color: rgb(33,49,153); }
H1.HeaderClassName
{
color: #213199;
}
.AnyTagClassName
{
color: #213199;
}
</style>
background-color css
<style>
a { background-color: #213199; }
a { background-color: rgb(33,49,153); }
div.DivClassName
{
background-color: #213199;
}
.BgClassName
{
background-color: #213199;
}
</style>
border-color css
<style>
span { border-color: #213199; }
span { border-color: rgb(33,49,153); }
td.TdClassName
{
border-color: #213199;
}
.TagClassName
{
border-color: #213199;
}
</style>