Shades of Egyptian Blue #212A8D
Tints of Egyptian Blue #212A8D
RGB
CMYK
RGB Variations
Color information
#212A8D (or 0x212A8D) is known color: Egyptian Blue. HEX triplet: 21, 2A and 8D. RGB value is (33,42,141). Sum of RGB (Red+Green+Blue) = 33+42+141=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #212A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212A8D is #DED572. Grayscale: #323232. Windows color (decimal): -14603635 or 9251361. OLE color: 9251361.
HSL color Cylindrical-coordinate representation of color #212A8D: hue angle of 235º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212A8D is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 42 | 141 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.45 |
| HSL | 235º | 0.62% | 0.34% | - |
| HSV(B) | 235º | 0.77% | 0.55% | - |
| XYZ | 6.26 | 3.9 | 25.62 | - |
| YUV | 50.6 | 179.02 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 141 | 0.77 | 0.70 | 0 | 0.45 | 235 | 0.62 | 0.34 |
| Hex | 21 | 2A | 8D | 4D | 46 | 0 | 2D | EB | 3E | 22 |
| Octal | 41 | 52 | 215 | 115 | 106 | 0 | 55 | 353 | 76 | 42 |
| Binary | 100001 | 101010 | 10001101 | 1001101 | 1000110 | 0 | 101101 | 11101011 | 111110 | 100010 |
Color Harmonies of #212A8D
Complementary color
Monochromatic Colors of #212A8D
Black with #212A8D
Text Example
Text Example
White with #212A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A8D; }
p { color: rgb(33,42,141); }
H1.HeaderClassName
{
color: #212A8D;
}
.AnyTagClassName
{
color: #212A8D;
}
</style>
background-color css
<style>
a { background-color: #212A8D; }
a { background-color: rgb(33,42,141); }
div.DivClassName
{
background-color: #212A8D;
}
.BgClassName
{
background-color: #212A8D;
}
</style>
border-color css
<style>
span { border-color: #212A8D; }
span { border-color: rgb(33,42,141); }
td.TdClassName
{
border-color: #212A8D;
}
.TagClassName
{
border-color: #212A8D;
}
</style>