Shades of Egyptian Blue #212699
Tints of Egyptian Blue #212699
RGB
CMYK
RGB Variations
Color information
#212699 (or 0x212699) is known color: Egyptian Blue. HEX triplet: 21, 26 and 99. RGB value is (33,38,153). Sum of RGB (Red+Green+Blue) = 33+38+153=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #212699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212699 is #DED966. Grayscale: #313131. Windows color (decimal): -14604647 or 10036769. OLE color: 10036769.
HSL color Cylindrical-coordinate representation of color #212699: hue angle of 237.5º 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 #212699 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 38 | 153 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.4 |
| HSL | 237.5º | 0.65% | 0.36% | - |
| HSV(B) | 237.5º | 0.78% | 0.6% | - |
| XYZ | 7.07 | 4.01 | 30.54 | - |
| YUV | 49.62 | 186.34 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 153 | 0.78 | 0.75 | 0 | 0.4 | 237.5 | 0.65 | 0.36 |
| Hex | 21 | 26 | 99 | 4E | 4B | 0 | 28 | EE | 41 | 24 |
| Octal | 41 | 46 | 231 | 116 | 113 | 0 | 50 | 356 | 101 | 44 |
| Binary | 100001 | 100110 | 10011001 | 1001110 | 1001011 | 0 | 101000 | 11101110 | 1000001 | 100100 |
Color Harmonies of #212699
Complementary color
Monochromatic Colors of #212699
Black with #212699
Text Example
Text Example
White with #212699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212699; }
p { color: rgb(33,38,153); }
H1.HeaderClassName
{
color: #212699;
}
.AnyTagClassName
{
color: #212699;
}
</style>
background-color css
<style>
a { background-color: #212699; }
a { background-color: rgb(33,38,153); }
div.DivClassName
{
background-color: #212699;
}
.BgClassName
{
background-color: #212699;
}
</style>
border-color css
<style>
span { border-color: #212699; }
span { border-color: rgb(33,38,153); }
td.TdClassName
{
border-color: #212699;
}
.TagClassName
{
border-color: #212699;
}
</style>