Shades of Egyptian Blue #213993
Tints of Egyptian Blue #213993
RGB
CMYK
RGB Variations
Color information
#213993 (or 0x213993) is known color: Egyptian Blue. HEX triplet: 21, 39 and 93. RGB value is (33,57,147). Sum of RGB (Red+Green+Blue) = 33+57+147=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 147 (57.81% from 255 or 62.03% from 237); Max value from RGB is 147 - color contains mainly: blue. Hex color #213993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213993 is #DEC66C. Grayscale: #3B3B3B. Windows color (decimal): -14599789 or 9648417. OLE color: 9648417.
HSL color Cylindrical-coordinate representation of color #213993: hue angle of 227.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213993 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 57 | 147 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.42 |
| HSL | 227.37º | 0.63% | 0.35% | - |
| HSV(B) | 227.37º | 0.78% | 0.58% | - |
| XYZ | 7.36 | 5.36 | 28.25 | - |
| YUV | 60.08 | 177.05 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 147 | 0.78 | 0.61 | 0 | 0.42 | 227.37 | 0.63 | 0.35 |
| Hex | 21 | 39 | 93 | 4E | 3D | 0 | 2A | E3 | 3F | 23 |
| Octal | 41 | 71 | 223 | 116 | 75 | 0 | 52 | 343 | 77 | 43 |
| Binary | 100001 | 111001 | 10010011 | 1001110 | 111101 | 0 | 101010 | 11100011 | 111111 | 100011 |
Color Harmonies of #213993
Complementary color
Monochromatic Colors of #213993
Black with #213993
Text Example
Text Example
White with #213993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213993; }
p { color: rgb(33,57,147); }
H1.HeaderClassName
{
color: #213993;
}
.AnyTagClassName
{
color: #213993;
}
</style>
background-color css
<style>
a { background-color: #213993; }
a { background-color: rgb(33,57,147); }
div.DivClassName
{
background-color: #213993;
}
.BgClassName
{
background-color: #213993;
}
</style>
border-color css
<style>
span { border-color: #213993; }
span { border-color: rgb(33,57,147); }
td.TdClassName
{
border-color: #213993;
}
.TagClassName
{
border-color: #213993;
}
</style>