Shades of Egyptian Blue #213092
Tints of Egyptian Blue #213092
RGB
CMYK
RGB Variations
Color information
#213092 (or 0x213092) is known color: Egyptian Blue. HEX triplet: 21, 30 and 92. RGB value is (33,48,146). Sum of RGB (Red+Green+Blue) = 33+48+146=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #213092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213092 is #DECF6D. Grayscale: #363636. Windows color (decimal): -14602094 or 9580577. OLE color: 9580577.
HSL color Cylindrical-coordinate representation of color #213092: hue angle of 232.04º 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 #213092 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 48 | 146 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.43 |
| HSL | 232.04º | 0.63% | 0.35% | - |
| HSV(B) | 232.04º | 0.77% | 0.57% | - |
| XYZ | 6.87 | 4.51 | 27.7 | - |
| YUV | 54.69 | 179.53 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 146 | 0.77 | 0.67 | 0 | 0.43 | 232.04 | 0.63 | 0.35 |
| Hex | 21 | 30 | 92 | 4D | 43 | 0 | 2B | E8 | 3F | 23 |
| Octal | 41 | 60 | 222 | 115 | 103 | 0 | 53 | 350 | 77 | 43 |
| Binary | 100001 | 110000 | 10010010 | 1001101 | 1000011 | 0 | 101011 | 11101000 | 111111 | 100011 |
Color Harmonies of #213092
Complementary color
Monochromatic Colors of #213092
Black with #213092
Text Example
Text Example
White with #213092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213092; }
p { color: rgb(33,48,146); }
H1.HeaderClassName
{
color: #213092;
}
.AnyTagClassName
{
color: #213092;
}
</style>
background-color css
<style>
a { background-color: #213092; }
a { background-color: rgb(33,48,146); }
div.DivClassName
{
background-color: #213092;
}
.BgClassName
{
background-color: #213092;
}
</style>
border-color css
<style>
span { border-color: #213092; }
span { border-color: rgb(33,48,146); }
td.TdClassName
{
border-color: #213092;
}
.TagClassName
{
border-color: #213092;
}
</style>