Shades of Egyptian Blue #214599
Tints of Egyptian Blue #214599
RGB
CMYK
RGB Variations
Color information
#214599 (or 0x214599) is known color: Egyptian Blue. HEX triplet: 21, 45 and 99. RGB value is (33,69,153). Sum of RGB (Red+Green+Blue) = 33+69+153=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #214599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214599 is #DEBA66. Grayscale: #434343. Windows color (decimal): -14596711 or 10044705. OLE color: 10044705.
HSL color Cylindrical-coordinate representation of color #214599: hue angle of 222º 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 #214599 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 69 | 153 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.4 |
| HSL | 222º | 0.65% | 0.36% | - |
| HSV(B) | 222º | 0.78% | 0.6% | - |
| XYZ | 8.51 | 6.88 | 31.02 | - |
| YUV | 67.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 153 | 0.78 | 0.55 | 0 | 0.4 | 222 | 0.65 | 0.36 |
| Hex | 21 | 45 | 99 | 4E | 37 | 0 | 28 | DE | 41 | 24 |
| Octal | 41 | 105 | 231 | 116 | 67 | 0 | 50 | 336 | 101 | 44 |
| Binary | 100001 | 1000101 | 10011001 | 1001110 | 110111 | 0 | 101000 | 11011110 | 1000001 | 100100 |
Color Harmonies of #214599
Complementary color
Monochromatic Colors of #214599
Black with #214599
Text Example
Text Example
White with #214599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214599; }
p { color: rgb(33,69,153); }
H1.HeaderClassName
{
color: #214599;
}
.AnyTagClassName
{
color: #214599;
}
</style>
background-color css
<style>
a { background-color: #214599; }
a { background-color: rgb(33,69,153); }
div.DivClassName
{
background-color: #214599;
}
.BgClassName
{
background-color: #214599;
}
</style>
border-color css
<style>
span { border-color: #214599; }
span { border-color: rgb(33,69,153); }
td.TdClassName
{
border-color: #214599;
}
.TagClassName
{
border-color: #214599;
}
</style>