Shades of Egyptian Blue #214699
Tints of Egyptian Blue #214699
RGB
CMYK
RGB Variations
Color information
#214699 (or 0x214699) is known color: Egyptian Blue. HEX triplet: 21, 46 and 99. RGB value is (33,70,153). Sum of RGB (Red+Green+Blue) = 33+70+153=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #214699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214699 is #DEB966. Grayscale: #444444. Windows color (decimal): -14596455 or 10044961. OLE color: 10044961.
HSL color Cylindrical-coordinate representation of color #214699: hue angle of 221.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 #214699 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 70 | 153 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.4 |
| HSL | 221.5º | 0.65% | 0.36% | - |
| HSV(B) | 221.5º | 0.78% | 0.6% | - |
| XYZ | 8.57 | 7 | 31.04 | - |
| YUV | 68.4 | 175.74 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 153 | 0.78 | 0.54 | 0 | 0.4 | 221.5 | 0.65 | 0.36 |
| Hex | 21 | 46 | 99 | 4E | 36 | 0 | 28 | DE | 41 | 24 |
| Octal | 41 | 106 | 231 | 116 | 66 | 0 | 50 | 336 | 101 | 44 |
| Binary | 100001 | 1000110 | 10011001 | 1001110 | 110110 | 0 | 101000 | 11011110 | 1000001 | 100100 |
Color Harmonies of #214699
Complementary color
Monochromatic Colors of #214699
Black with #214699
Text Example
Text Example
White with #214699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214699; }
p { color: rgb(33,70,153); }
H1.HeaderClassName
{
color: #214699;
}
.AnyTagClassName
{
color: #214699;
}
</style>
background-color css
<style>
a { background-color: #214699; }
a { background-color: rgb(33,70,153); }
div.DivClassName
{
background-color: #214699;
}
.BgClassName
{
background-color: #214699;
}
</style>
border-color css
<style>
span { border-color: #214699; }
span { border-color: rgb(33,70,153); }
td.TdClassName
{
border-color: #214699;
}
.TagClassName
{
border-color: #214699;
}
</style>