Shades of Egyptian Blue #213B99
Tints of Egyptian Blue #213B99
RGB
CMYK
RGB Variations
Color information
#213B99 (or 0x213B99) is known color: Egyptian Blue. HEX triplet: 21, 3B and 99. RGB value is (33,59,153). Sum of RGB (Red+Green+Blue) = 33+59+153=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #213B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213B99 is #DEC466. Grayscale: #3D3D3D. Windows color (decimal): -14599271 or 10042145. OLE color: 10042145.
HSL color Cylindrical-coordinate representation of color #213B99: hue angle of 227º 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 #213B99 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 59 | 153 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.4 |
| HSL | 227º | 0.65% | 0.36% | - |
| HSV(B) | 227º | 0.78% | 0.6% | - |
| XYZ | 7.94 | 5.75 | 30.83 | - |
| YUV | 61.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 153 | 0.78 | 0.61 | 0 | 0.4 | 227 | 0.65 | 0.36 |
| Hex | 21 | 3B | 99 | 4E | 3D | 0 | 28 | E3 | 41 | 24 |
| Octal | 41 | 73 | 231 | 116 | 75 | 0 | 50 | 343 | 101 | 44 |
| Binary | 100001 | 111011 | 10011001 | 1001110 | 111101 | 0 | 101000 | 11100011 | 1000001 | 100100 |
Color Harmonies of #213B99
Complementary color
Monochromatic Colors of #213B99
Black with #213B99
Text Example
Text Example
White with #213B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B99; }
p { color: rgb(33,59,153); }
H1.HeaderClassName
{
color: #213B99;
}
.AnyTagClassName
{
color: #213B99;
}
</style>
background-color css
<style>
a { background-color: #213B99; }
a { background-color: rgb(33,59,153); }
div.DivClassName
{
background-color: #213B99;
}
.BgClassName
{
background-color: #213B99;
}
</style>
border-color css
<style>
span { border-color: #213B99; }
span { border-color: rgb(33,59,153); }
td.TdClassName
{
border-color: #213B99;
}
.TagClassName
{
border-color: #213B99;
}
</style>