Shades of Egyptian Blue #2133A0
Tints of Egyptian Blue #2133A0
RGB
CMYK
RGB Variations
Color information
#2133A0 (or 0x2133A0) is known color: Egyptian Blue. HEX triplet: 21, 33 and A0. RGB value is (33,51,160). Sum of RGB (Red+Green+Blue) = 33+51+160=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 160 (62.89% from 255 or 65.57% from 244); Max value from RGB is 160 - color contains mainly: blue. Hex color #2133A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2133A0 is #DECC5F. Grayscale: #393939. Windows color (decimal): -14601312 or 10498849. OLE color: 10498849.
HSL color Cylindrical-coordinate representation of color #2133A0: hue angle of 231.5º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2133A0 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 51 | 160 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.37 |
| HSL | 231.5º | 0.66% | 0.38% | - |
| HSV(B) | 231.5º | 0.79% | 0.63% | - |
| XYZ | 8.16 | 5.23 | 33.84 | - |
| YUV | 58.04 | 185.54 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 160 | 0.79 | 0.68 | 0 | 0.37 | 231.5 | 0.66 | 0.38 |
| Hex | 21 | 33 | A0 | 4F | 44 | 0 | 25 | E7 | 42 | 26 |
| Octal | 41 | 63 | 240 | 117 | 104 | 0 | 45 | 347 | 102 | 46 |
| Binary | 100001 | 110011 | 10100000 | 1001111 | 1000100 | 0 | 100101 | 11100111 | 1000010 | 100110 |
Color Harmonies of #2133A0
Complementary color
Monochromatic Colors of #2133A0
Black with #2133A0
Text Example
Text Example
White with #2133A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2133A0; }
p { color: rgb(33,51,160); }
H1.HeaderClassName
{
color: #2133A0;
}
.AnyTagClassName
{
color: #2133A0;
}
</style>
background-color css
<style>
a { background-color: #2133A0; }
a { background-color: rgb(33,51,160); }
div.DivClassName
{
background-color: #2133A0;
}
.BgClassName
{
background-color: #2133A0;
}
</style>
border-color css
<style>
span { border-color: #2133A0; }
span { border-color: rgb(33,51,160); }
td.TdClassName
{
border-color: #2133A0;
}
.TagClassName
{
border-color: #2133A0;
}
</style>