Shades of Egyptian Blue #212696
Tints of Egyptian Blue #212696
RGB
CMYK
RGB Variations
Color information
#212696 (or 0x212696) is known color: Egyptian Blue. HEX triplet: 21, 26 and 96. RGB value is (33,38,150). Sum of RGB (Red+Green+Blue) = 33+38+150=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #212696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212696 is #DED969. Grayscale: #303030. Windows color (decimal): -14604650 or 9840161. OLE color: 9840161.
HSL color Cylindrical-coordinate representation of color #212696: hue angle of 237.44º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212696 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 38 | 150 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.41 |
| HSL | 237.44º | 0.64% | 0.36% | - |
| HSV(B) | 237.44º | 0.78% | 0.59% | - |
| XYZ | 6.83 | 3.91 | 29.25 | - |
| YUV | 49.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 150 | 0.78 | 0.75 | 0 | 0.41 | 237.44 | 0.64 | 0.36 |
| Hex | 21 | 26 | 96 | 4E | 4B | 0 | 29 | ED | 40 | 24 |
| Octal | 41 | 46 | 226 | 116 | 113 | 0 | 51 | 355 | 100 | 44 |
| Binary | 100001 | 100110 | 10010110 | 1001110 | 1001011 | 0 | 101001 | 11101101 | 1000000 | 100100 |
Color Harmonies of #212696
Complementary color
Monochromatic Colors of #212696
Black with #212696
Text Example
Text Example
White with #212696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212696; }
p { color: rgb(33,38,150); }
H1.HeaderClassName
{
color: #212696;
}
.AnyTagClassName
{
color: #212696;
}
</style>
background-color css
<style>
a { background-color: #212696; }
a { background-color: rgb(33,38,150); }
div.DivClassName
{
background-color: #212696;
}
.BgClassName
{
background-color: #212696;
}
</style>
border-color css
<style>
span { border-color: #212696; }
span { border-color: rgb(33,38,150); }
td.TdClassName
{
border-color: #212696;
}
.TagClassName
{
border-color: #212696;
}
</style>