Shades of Egyptian Blue #21299A
Tints of Egyptian Blue #21299A
RGB
CMYK
RGB Variations
Color information
#21299A (or 0x21299A) is known color: Egyptian Blue. HEX triplet: 21, 29 and 9A. RGB value is (33,41,154). Sum of RGB (Red+Green+Blue) = 33+41+154=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #21299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21299A is #DED665. Grayscale: #333333. Windows color (decimal): -14603878 or 10103073. OLE color: 10103073.
HSL color Cylindrical-coordinate representation of color #21299A: hue angle of 236.03º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21299A is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 41 | 154 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.40 |
| HSL | 236.03º | 0.65% | 0.37% | - |
| HSV(B) | 236.03º | 0.79% | 0.6% | - |
| XYZ | 7.25 | 4.24 | 31.01 | - |
| YUV | 51.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 154 | 0.79 | 0.73 | 0 | 0.40 | 236.03 | 0.65 | 0.37 |
| Hex | 21 | 29 | 9A | 4F | 49 | 0 | 28 | EC | 41 | 25 |
| Octal | 41 | 51 | 232 | 117 | 111 | 0 | 50 | 354 | 101 | 45 |
| Binary | 100001 | 101001 | 10011010 | 1001111 | 1001001 | 0 | 101000 | 11101100 | 1000001 | 100101 |
Color Harmonies of #21299A
Complementary color
Monochromatic Colors of #21299A
Black with #21299A
Text Example
Text Example
White with #21299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21299A; }
p { color: rgb(33,41,154); }
H1.HeaderClassName
{
color: #21299A;
}
.AnyTagClassName
{
color: #21299A;
}
</style>
background-color css
<style>
a { background-color: #21299A; }
a { background-color: rgb(33,41,154); }
div.DivClassName
{
background-color: #21299A;
}
.BgClassName
{
background-color: #21299A;
}
</style>
border-color css
<style>
span { border-color: #21299A; }
span { border-color: rgb(33,41,154); }
td.TdClassName
{
border-color: #21299A;
}
.TagClassName
{
border-color: #21299A;
}
</style>