Shades of Egyptian Blue #21409D
Tints of Egyptian Blue #21409D
RGB
CMYK
RGB Variations
Color information
#21409D (or 0x21409D) is known color: Egyptian Blue. HEX triplet: 21, 40 and 9D. RGB value is (33,64,157). Sum of RGB (Red+Green+Blue) = 33+64+157=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #21409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21409D is #DEBF62. Grayscale: #404040. Windows color (decimal): -14597987 or 10305569. OLE color: 10305569.
HSL color Cylindrical-coordinate representation of color #21409D: hue angle of 225º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21409D is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 64 | 157 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.38 |
| HSL | 225º | 0.65% | 0.37% | - |
| HSV(B) | 225º | 0.79% | 0.62% | - |
| XYZ | 8.55 | 6.42 | 32.69 | - |
| YUV | 65.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 157 | 0.79 | 0.59 | 0 | 0.38 | 225 | 0.65 | 0.37 |
| Hex | 21 | 40 | 9D | 4F | 3B | 0 | 26 | E1 | 41 | 25 |
| Octal | 41 | 100 | 235 | 117 | 73 | 0 | 46 | 341 | 101 | 45 |
| Binary | 100001 | 1000000 | 10011101 | 1001111 | 111011 | 0 | 100110 | 11100001 | 1000001 | 100101 |
Color Harmonies of #21409D
Complementary color
Monochromatic Colors of #21409D
Black with #21409D
Text Example
Text Example
White with #21409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21409D; }
p { color: rgb(33,64,157); }
H1.HeaderClassName
{
color: #21409D;
}
.AnyTagClassName
{
color: #21409D;
}
</style>
background-color css
<style>
a { background-color: #21409D; }
a { background-color: rgb(33,64,157); }
div.DivClassName
{
background-color: #21409D;
}
.BgClassName
{
background-color: #21409D;
}
</style>
border-color css
<style>
span { border-color: #21409D; }
span { border-color: rgb(33,64,157); }
td.TdClassName
{
border-color: #21409D;
}
.TagClassName
{
border-color: #21409D;
}
</style>