Shades of Egyptian Blue #21299F
Tints of Egyptian Blue #21299F
RGB
CMYK
RGB Variations
Color information
#21299F (or 0x21299F) is known color: Egyptian Blue. HEX triplet: 21, 29 and 9F. RGB value is (33,41,159). Sum of RGB (Red+Green+Blue) = 33+41+159=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #21299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21299F is #DED660. Grayscale: #333333. Windows color (decimal): -14603873 or 10430753. OLE color: 10430753.
HSL color Cylindrical-coordinate representation of color #21299F: hue angle of 236.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21299F is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 41 | 159 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.38 |
| HSL | 236.19º | 0.66% | 0.38% | - |
| HSV(B) | 236.19º | 0.79% | 0.62% | - |
| XYZ | 7.68 | 4.41 | 33.25 | - |
| YUV | 52.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 159 | 0.79 | 0.74 | 0 | 0.38 | 236.19 | 0.66 | 0.38 |
| Hex | 21 | 29 | 9F | 4F | 4A | 0 | 26 | EC | 42 | 26 |
| Octal | 41 | 51 | 237 | 117 | 112 | 0 | 46 | 354 | 102 | 46 |
| Binary | 100001 | 101001 | 10011111 | 1001111 | 1001010 | 0 | 100110 | 11101100 | 1000010 | 100110 |
Color Harmonies of #21299F
Complementary color
Monochromatic Colors of #21299F
Black with #21299F
Text Example
Text Example
White with #21299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21299F; }
p { color: rgb(33,41,159); }
H1.HeaderClassName
{
color: #21299F;
}
.AnyTagClassName
{
color: #21299F;
}
</style>
background-color css
<style>
a { background-color: #21299F; }
a { background-color: rgb(33,41,159); }
div.DivClassName
{
background-color: #21299F;
}
.BgClassName
{
background-color: #21299F;
}
</style>
border-color css
<style>
span { border-color: #21299F; }
span { border-color: rgb(33,41,159); }
td.TdClassName
{
border-color: #21299F;
}
.TagClassName
{
border-color: #21299F;
}
</style>