Shades of Egyptian Blue #213B93
Tints of Egyptian Blue #213B93
RGB
CMYK
RGB Variations
Color information
#213B93 (or 0x213B93) is known color: Egyptian Blue. HEX triplet: 21, 3B and 93. RGB value is (33,59,147). Sum of RGB (Red+Green+Blue) = 33+59+147=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #213B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213B93 is #DEC46C. Grayscale: #3C3C3C. Windows color (decimal): -14599277 or 9648929. OLE color: 9648929.
HSL color Cylindrical-coordinate representation of color #213B93: hue angle of 226.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213B93 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 59 | 147 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.42 |
| HSL | 226.32º | 0.63% | 0.35% | - |
| HSV(B) | 226.32º | 0.78% | 0.58% | - |
| XYZ | 7.46 | 5.56 | 28.28 | - |
| YUV | 61.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 147 | 0.78 | 0.60 | 0 | 0.42 | 226.32 | 0.63 | 0.35 |
| Hex | 21 | 3B | 93 | 4E | 3C | 0 | 2A | E2 | 3F | 23 |
| Octal | 41 | 73 | 223 | 116 | 74 | 0 | 52 | 342 | 77 | 43 |
| Binary | 100001 | 111011 | 10010011 | 1001110 | 111100 | 0 | 101010 | 11100010 | 111111 | 100011 |
Color Harmonies of #213B93
Complementary color
Monochromatic Colors of #213B93
Black with #213B93
Text Example
Text Example
White with #213B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B93; }
p { color: rgb(33,59,147); }
H1.HeaderClassName
{
color: #213B93;
}
.AnyTagClassName
{
color: #213B93;
}
</style>
background-color css
<style>
a { background-color: #213B93; }
a { background-color: rgb(33,59,147); }
div.DivClassName
{
background-color: #213B93;
}
.BgClassName
{
background-color: #213B93;
}
</style>
border-color css
<style>
span { border-color: #213B93; }
span { border-color: rgb(33,59,147); }
td.TdClassName
{
border-color: #213B93;
}
.TagClassName
{
border-color: #213B93;
}
</style>