Shades of Egyptian Blue #24419A
Tints of Egyptian Blue #24419A
RGB
CMYK
RGB Variations
Color information
#24419A (or 0x24419A) is known color: Egyptian Blue. HEX triplet: 24, 41 and 9A. RGB value is (36,65,154). Sum of RGB (Red+Green+Blue) = 36+65+154=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #24419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24419A is #DBBE65. Grayscale: #424242. Windows color (decimal): -14401126 or 10109220. OLE color: 10109220.
HSL color Cylindrical-coordinate representation of color #24419A: hue angle of 225.25º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24419A is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 65 | 154 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.40 |
| HSL | 225.25º | 0.62% | 0.37% | - |
| HSV(B) | 225.25º | 0.77% | 0.6% | - |
| XYZ | 8.45 | 6.49 | 31.38 | - |
| YUV | 66.48 | 177.39 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 154 | 0.77 | 0.58 | 0 | 0.40 | 225.25 | 0.62 | 0.37 |
| Hex | 24 | 41 | 9A | 4D | 3A | 0 | 28 | E1 | 3E | 25 |
| Octal | 44 | 101 | 232 | 115 | 72 | 0 | 50 | 341 | 76 | 45 |
| Binary | 100100 | 1000001 | 10011010 | 1001101 | 111010 | 0 | 101000 | 11100001 | 111110 | 100101 |
Color Harmonies of #24419A
Complementary color
Monochromatic Colors of #24419A
Black with #24419A
Text Example
Text Example
White with #24419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24419A; }
p { color: rgb(36,65,154); }
H1.HeaderClassName
{
color: #24419A;
}
.AnyTagClassName
{
color: #24419A;
}
</style>
background-color css
<style>
a { background-color: #24419A; }
a { background-color: rgb(36,65,154); }
div.DivClassName
{
background-color: #24419A;
}
.BgClassName
{
background-color: #24419A;
}
</style>
border-color css
<style>
span { border-color: #24419A; }
span { border-color: rgb(36,65,154); }
td.TdClassName
{
border-color: #24419A;
}
.TagClassName
{
border-color: #24419A;
}
</style>