Shades of Egyptian Blue #213D99
Tints of Egyptian Blue #213D99
RGB
CMYK
RGB Variations
Color information
#213D99 (or 0x213D99) is known color: Egyptian Blue. HEX triplet: 21, 3D and 99. RGB value is (33,61,153). Sum of RGB (Red+Green+Blue) = 33+61+153=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #213D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D99 is #DEC266. Grayscale: #3E3E3E. Windows color (decimal): -14598759 or 10042657. OLE color: 10042657.
HSL color Cylindrical-coordinate representation of color #213D99: hue angle of 226º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213D99 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 61 | 153 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.4 |
| HSL | 226º | 0.65% | 0.36% | - |
| HSV(B) | 226º | 0.78% | 0.6% | - |
| XYZ | 8.05 | 5.96 | 30.86 | - |
| YUV | 63.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 153 | 0.78 | 0.60 | 0 | 0.4 | 226 | 0.65 | 0.36 |
| Hex | 21 | 3D | 99 | 4E | 3C | 0 | 28 | E2 | 41 | 24 |
| Octal | 41 | 75 | 231 | 116 | 74 | 0 | 50 | 342 | 101 | 44 |
| Binary | 100001 | 111101 | 10011001 | 1001110 | 111100 | 0 | 101000 | 11100010 | 1000001 | 100100 |
Color Harmonies of #213D99
Complementary color
Monochromatic Colors of #213D99
Black with #213D99
Text Example
Text Example
White with #213D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D99; }
p { color: rgb(33,61,153); }
H1.HeaderClassName
{
color: #213D99;
}
.AnyTagClassName
{
color: #213D99;
}
</style>
background-color css
<style>
a { background-color: #213D99; }
a { background-color: rgb(33,61,153); }
div.DivClassName
{
background-color: #213D99;
}
.BgClassName
{
background-color: #213D99;
}
</style>
border-color css
<style>
span { border-color: #213D99; }
span { border-color: rgb(33,61,153); }
td.TdClassName
{
border-color: #213D99;
}
.TagClassName
{
border-color: #213D99;
}
</style>