Shades of Egyptian Blue #212792
Tints of Egyptian Blue #212792
RGB
CMYK
RGB Variations
Color information
#212792 (or 0x212792) is known color: Egyptian Blue. HEX triplet: 21, 27 and 92. RGB value is (33,39,146). Sum of RGB (Red+Green+Blue) = 33+39+146=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #212792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212792 is #DED86D. Grayscale: #303030. Windows color (decimal): -14604398 or 9578273. OLE color: 9578273.
HSL color Cylindrical-coordinate representation of color #212792: hue angle of 236.81º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212792 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 39 | 146 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.43 |
| HSL | 236.81º | 0.63% | 0.35% | - |
| HSV(B) | 236.81º | 0.77% | 0.57% | - |
| XYZ | 6.54 | 3.85 | 27.59 | - |
| YUV | 49.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 146 | 0.77 | 0.73 | 0 | 0.43 | 236.81 | 0.63 | 0.35 |
| Hex | 21 | 27 | 92 | 4D | 49 | 0 | 2B | ED | 3F | 23 |
| Octal | 41 | 47 | 222 | 115 | 111 | 0 | 53 | 355 | 77 | 43 |
| Binary | 100001 | 100111 | 10010010 | 1001101 | 1001001 | 0 | 101011 | 11101101 | 111111 | 100011 |
Color Harmonies of #212792
Complementary color
Monochromatic Colors of #212792
Black with #212792
Text Example
Text Example
White with #212792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212792; }
p { color: rgb(33,39,146); }
H1.HeaderClassName
{
color: #212792;
}
.AnyTagClassName
{
color: #212792;
}
</style>
background-color css
<style>
a { background-color: #212792; }
a { background-color: rgb(33,39,146); }
div.DivClassName
{
background-color: #212792;
}
.BgClassName
{
background-color: #212792;
}
</style>
border-color css
<style>
span { border-color: #212792; }
span { border-color: rgb(33,39,146); }
td.TdClassName
{
border-color: #212792;
}
.TagClassName
{
border-color: #212792;
}
</style>