Shades of Egyptian Blue #213097
Tints of Egyptian Blue #213097
RGB
CMYK
RGB Variations
Color information
#213097 (or 0x213097) is known color: Egyptian Blue. HEX triplet: 21, 30 and 97. RGB value is (33,48,151). Sum of RGB (Red+Green+Blue) = 33+48+151=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #213097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213097 is #DECF68. Grayscale: #363636. Windows color (decimal): -14602089 or 9908257. OLE color: 9908257.
HSL color Cylindrical-coordinate representation of color #213097: hue angle of 232.37º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213097 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 48 | 151 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.41 |
| HSL | 232.37º | 0.64% | 0.36% | - |
| HSV(B) | 232.37º | 0.78% | 0.59% | - |
| XYZ | 7.27 | 4.67 | 29.8 | - |
| YUV | 55.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 151 | 0.78 | 0.68 | 0 | 0.41 | 232.37 | 0.64 | 0.36 |
| Hex | 21 | 30 | 97 | 4E | 44 | 0 | 29 | E8 | 40 | 24 |
| Octal | 41 | 60 | 227 | 116 | 104 | 0 | 51 | 350 | 100 | 44 |
| Binary | 100001 | 110000 | 10010111 | 1001110 | 1000100 | 0 | 101001 | 11101000 | 1000000 | 100100 |
Color Harmonies of #213097
Complementary color
Monochromatic Colors of #213097
Black with #213097
Text Example
Text Example
White with #213097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213097; }
p { color: rgb(33,48,151); }
H1.HeaderClassName
{
color: #213097;
}
.AnyTagClassName
{
color: #213097;
}
</style>
background-color css
<style>
a { background-color: #213097; }
a { background-color: rgb(33,48,151); }
div.DivClassName
{
background-color: #213097;
}
.BgClassName
{
background-color: #213097;
}
</style>
border-color css
<style>
span { border-color: #213097; }
span { border-color: rgb(33,48,151); }
td.TdClassName
{
border-color: #213097;
}
.TagClassName
{
border-color: #213097;
}
</style>