Shades of Egyptian Blue #24259F
Tints of Egyptian Blue #24259F
RGB
CMYK
RGB Variations
Color information
#24259F (or 0x24259F) is known color: Egyptian Blue. HEX triplet: 24, 25 and 9F. RGB value is (36,37,159). Sum of RGB (Red+Green+Blue) = 36+37+159=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #24259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24259F is #DBDA60. Grayscale: #323232. Windows color (decimal): -14408289 or 10429732. OLE color: 10429732.
HSL color Cylindrical-coordinate representation of color #24259F: hue angle of 239.51º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24259F is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 37 | 159 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.38 |
| HSL | 239.51º | 0.63% | 0.38% | - |
| HSV(B) | 239.51º | 0.77% | 0.62% | - |
| XYZ | 7.65 | 4.2 | 33.21 | - |
| YUV | 50.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 159 | 0.77 | 0.77 | 0 | 0.38 | 239.51 | 0.63 | 0.38 |
| Hex | 24 | 25 | 9F | 4D | 4D | 0 | 26 | F0 | 3F | 26 |
| Octal | 44 | 45 | 237 | 115 | 115 | 0 | 46 | 360 | 77 | 46 |
| Binary | 100100 | 100101 | 10011111 | 1001101 | 1001101 | 0 | 100110 | 11110000 | 111111 | 100110 |
Color Harmonies of #24259F
Complementary color
Monochromatic Colors of #24259F
Black with #24259F
Text Example
Text Example
White with #24259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24259F; }
p { color: rgb(36,37,159); }
H1.HeaderClassName
{
color: #24259F;
}
.AnyTagClassName
{
color: #24259F;
}
</style>
background-color css
<style>
a { background-color: #24259F; }
a { background-color: rgb(36,37,159); }
div.DivClassName
{
background-color: #24259F;
}
.BgClassName
{
background-color: #24259F;
}
</style>
border-color css
<style>
span { border-color: #24259F; }
span { border-color: rgb(36,37,159); }
td.TdClassName
{
border-color: #24259F;
}
.TagClassName
{
border-color: #24259F;
}
</style>