Shades of Egyptian Blue #2420A9
Tints of Egyptian Blue #2420A9
RGB
CMYK
RGB Variations
Color information
#2420A9 (or 0x2420A9) is known color: Egyptian Blue. HEX triplet: 24, 20 and A9. RGB value is (36,32,169). Sum of RGB (Red+Green+Blue) = 36+32+169=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #2420A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2420A9 is #DBDF56. Grayscale: #303030. Windows color (decimal): -14409559 or 11083812. OLE color: 11083812.
HSL color Cylindrical-coordinate representation of color #2420A9: hue angle of 241.75º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2420A9 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 32 | 169 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.34 |
| HSL | 241.75º | 0.68% | 0.39% | - |
| HSV(B) | 241.75º | 0.81% | 0.66% | - |
| XYZ | 8.41 | 4.27 | 37.92 | - |
| YUV | 48.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 169 | 0.79 | 0.81 | 0 | 0.34 | 241.75 | 0.68 | 0.39 |
| Hex | 24 | 20 | A9 | 4F | 51 | 0 | 22 | F2 | 44 | 27 |
| Octal | 44 | 40 | 251 | 117 | 121 | 0 | 42 | 362 | 104 | 47 |
| Binary | 100100 | 100000 | 10101001 | 1001111 | 1010001 | 0 | 100010 | 11110010 | 1000100 | 100111 |
Color Harmonies of #2420A9
Complementary color
Monochromatic Colors of #2420A9
Black with #2420A9
Text Example
Text Example
White with #2420A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2420A9; }
p { color: rgb(36,32,169); }
H1.HeaderClassName
{
color: #2420A9;
}
.AnyTagClassName
{
color: #2420A9;
}
</style>
background-color css
<style>
a { background-color: #2420A9; }
a { background-color: rgb(36,32,169); }
div.DivClassName
{
background-color: #2420A9;
}
.BgClassName
{
background-color: #2420A9;
}
</style>
border-color css
<style>
span { border-color: #2420A9; }
span { border-color: rgb(36,32,169); }
td.TdClassName
{
border-color: #2420A9;
}
.TagClassName
{
border-color: #2420A9;
}
</style>