Shades of Egyptian Blue #212793
Tints of Egyptian Blue #212793
RGB
CMYK
RGB Variations
Color information
#212793 (or 0x212793) is known color: Egyptian Blue. HEX triplet: 21, 27 and 93. RGB value is (33,39,147). Sum of RGB (Red+Green+Blue) = 33+39+147=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #212793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212793 is #DED86C. Grayscale: #313131. Windows color (decimal): -14604397 or 9643809. OLE color: 9643809.
HSL color Cylindrical-coordinate representation of color #212793: hue angle of 236.84º 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 #212793 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 39 | 147 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.42 |
| HSL | 236.84º | 0.63% | 0.35% | - |
| HSV(B) | 236.84º | 0.78% | 0.58% | - |
| XYZ | 6.62 | 3.88 | 28 | - |
| YUV | 49.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 147 | 0.78 | 0.73 | 0 | 0.42 | 236.84 | 0.63 | 0.35 |
| Hex | 21 | 27 | 93 | 4E | 49 | 0 | 2A | ED | 3F | 23 |
| Octal | 41 | 47 | 223 | 116 | 111 | 0 | 52 | 355 | 77 | 43 |
| Binary | 100001 | 100111 | 10010011 | 1001110 | 1001001 | 0 | 101010 | 11101101 | 111111 | 100011 |
Color Harmonies of #212793
Complementary color
Monochromatic Colors of #212793
Black with #212793
Text Example
Text Example
White with #212793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212793; }
p { color: rgb(33,39,147); }
H1.HeaderClassName
{
color: #212793;
}
.AnyTagClassName
{
color: #212793;
}
</style>
background-color css
<style>
a { background-color: #212793; }
a { background-color: rgb(33,39,147); }
div.DivClassName
{
background-color: #212793;
}
.BgClassName
{
background-color: #212793;
}
</style>
border-color css
<style>
span { border-color: #212793; }
span { border-color: rgb(33,39,147); }
td.TdClassName
{
border-color: #212793;
}
.TagClassName
{
border-color: #212793;
}
</style>