Shades of Egyptian Blue #212999
Tints of Egyptian Blue #212999
RGB
CMYK
RGB Variations
Color information
#212999 (or 0x212999) is known color: Egyptian Blue. HEX triplet: 21, 29 and 99. RGB value is (33,41,153). Sum of RGB (Red+Green+Blue) = 33+41+153=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 153 (60.16% from 255 or 67.40% from 227); Max value from RGB is 153 - color contains mainly: blue. Hex color #212999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212999 is #DED666. Grayscale: #323232. Windows color (decimal): -14603879 or 10037537. OLE color: 10037537.
HSL color Cylindrical-coordinate representation of color #212999: hue angle of 236º 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 #212999 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 41 | 153 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.4 |
| HSL | 236º | 0.65% | 0.36% | - |
| HSV(B) | 236º | 0.78% | 0.6% | - |
| XYZ | 7.17 | 4.21 | 30.57 | - |
| YUV | 51.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 153 | 0.78 | 0.73 | 0 | 0.4 | 236 | 0.65 | 0.36 |
| Hex | 21 | 29 | 99 | 4E | 49 | 0 | 28 | EC | 41 | 24 |
| Octal | 41 | 51 | 231 | 116 | 111 | 0 | 50 | 354 | 101 | 44 |
| Binary | 100001 | 101001 | 10011001 | 1001110 | 1001001 | 0 | 101000 | 11101100 | 1000001 | 100100 |
Color Harmonies of #212999
Complementary color
Monochromatic Colors of #212999
Black with #212999
Text Example
Text Example
White with #212999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212999; }
p { color: rgb(33,41,153); }
H1.HeaderClassName
{
color: #212999;
}
.AnyTagClassName
{
color: #212999;
}
</style>
background-color css
<style>
a { background-color: #212999; }
a { background-color: rgb(33,41,153); }
div.DivClassName
{
background-color: #212999;
}
.BgClassName
{
background-color: #212999;
}
</style>
border-color css
<style>
span { border-color: #212999; }
span { border-color: rgb(33,41,153); }
td.TdClassName
{
border-color: #212999;
}
.TagClassName
{
border-color: #212999;
}
</style>