Shades of Egyptian Blue #212A96
Tints of Egyptian Blue #212A96
RGB
CMYK
RGB Variations
Color information
#212A96 (or 0x212A96) is known color: Egyptian Blue. HEX triplet: 21, 2A and 96. RGB value is (33,42,150). Sum of RGB (Red+Green+Blue) = 33+42+150=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #212A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A96 is #DED569. Grayscale: #333333. Windows color (decimal): -14603626 or 9841185. OLE color: 9841185.
HSL color Cylindrical-coordinate representation of color #212A96: hue angle of 235.38º 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 #212A96 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 42 | 150 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.41 |
| HSL | 235.38º | 0.64% | 0.36% | - |
| HSV(B) | 235.38º | 0.78% | 0.59% | - |
| XYZ | 6.96 | 4.18 | 29.29 | - |
| YUV | 51.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 150 | 0.78 | 0.72 | 0 | 0.41 | 235.38 | 0.64 | 0.36 |
| Hex | 21 | 2A | 96 | 4E | 48 | 0 | 29 | EB | 40 | 24 |
| Octal | 41 | 52 | 226 | 116 | 110 | 0 | 51 | 353 | 100 | 44 |
| Binary | 100001 | 101010 | 10010110 | 1001110 | 1001000 | 0 | 101001 | 11101011 | 1000000 | 100100 |
Color Harmonies of #212A96
Complementary color
Monochromatic Colors of #212A96
Black with #212A96
Text Example
Text Example
White with #212A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A96; }
p { color: rgb(33,42,150); }
H1.HeaderClassName
{
color: #212A96;
}
.AnyTagClassName
{
color: #212A96;
}
</style>
background-color css
<style>
a { background-color: #212A96; }
a { background-color: rgb(33,42,150); }
div.DivClassName
{
background-color: #212A96;
}
.BgClassName
{
background-color: #212A96;
}
</style>
border-color css
<style>
span { border-color: #212A96; }
span { border-color: rgb(33,42,150); }
td.TdClassName
{
border-color: #212A96;
}
.TagClassName
{
border-color: #212A96;
}
</style>