Shades of Egyptian Blue #214199
Tints of Egyptian Blue #214199
RGB
CMYK
RGB Variations
Color information
#214199 (or 0x214199) is known color: Egyptian Blue. HEX triplet: 21, 41 and 99. RGB value is (33,65,153). Sum of RGB (Red+Green+Blue) = 33+65+153=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #214199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214199 is #DEBE66. Grayscale: #414141. Windows color (decimal): -14597735 or 10043681. OLE color: 10043681.
HSL color Cylindrical-coordinate representation of color #214199: hue angle of 224º 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 #214199 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 65 | 153 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.4 |
| HSL | 224º | 0.65% | 0.36% | - |
| HSV(B) | 224º | 0.78% | 0.6% | - |
| XYZ | 8.27 | 6.4 | 30.94 | - |
| YUV | 65.46 | 177.4 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 153 | 0.78 | 0.58 | 0 | 0.4 | 224 | 0.65 | 0.36 |
| Hex | 21 | 41 | 99 | 4E | 3A | 0 | 28 | E0 | 41 | 24 |
| Octal | 41 | 101 | 231 | 116 | 72 | 0 | 50 | 340 | 101 | 44 |
| Binary | 100001 | 1000001 | 10011001 | 1001110 | 111010 | 0 | 101000 | 11100000 | 1000001 | 100100 |
Color Harmonies of #214199
Complementary color
Monochromatic Colors of #214199
Black with #214199
Text Example
Text Example
White with #214199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214199; }
p { color: rgb(33,65,153); }
H1.HeaderClassName
{
color: #214199;
}
.AnyTagClassName
{
color: #214199;
}
</style>
background-color css
<style>
a { background-color: #214199; }
a { background-color: rgb(33,65,153); }
div.DivClassName
{
background-color: #214199;
}
.BgClassName
{
background-color: #214199;
}
</style>
border-color css
<style>
span { border-color: #214199; }
span { border-color: rgb(33,65,153); }
td.TdClassName
{
border-color: #214199;
}
.TagClassName
{
border-color: #214199;
}
</style>