Shades of Egyptian Blue #24419B
Tints of Egyptian Blue #24419B
RGB
CMYK
RGB Variations
Color information
#24419B (or 0x24419B) is known color: Egyptian Blue. HEX triplet: 24, 41 and 9B. RGB value is (36,65,155). Sum of RGB (Red+Green+Blue) = 36+65+155=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #24419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24419B is #DBBE64. Grayscale: #424242. Windows color (decimal): -14401125 or 10174756. OLE color: 10174756.
HSL color Cylindrical-coordinate representation of color #24419B: hue angle of 225.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24419B is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 65 | 155 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.39 |
| HSL | 225.38º | 0.62% | 0.37% | - |
| HSV(B) | 225.38º | 0.77% | 0.61% | - |
| XYZ | 8.53 | 6.52 | 31.82 | - |
| YUV | 66.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 155 | 0.77 | 0.58 | 0 | 0.39 | 225.38 | 0.62 | 0.37 |
| Hex | 24 | 41 | 9B | 4D | 3A | 0 | 27 | E1 | 3E | 25 |
| Octal | 44 | 101 | 233 | 115 | 72 | 0 | 47 | 341 | 76 | 45 |
| Binary | 100100 | 1000001 | 10011011 | 1001101 | 111010 | 0 | 100111 | 11100001 | 111110 | 100101 |
Color Harmonies of #24419B
Complementary color
Monochromatic Colors of #24419B
Black with #24419B
Text Example
Text Example
White with #24419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24419B; }
p { color: rgb(36,65,155); }
H1.HeaderClassName
{
color: #24419B;
}
.AnyTagClassName
{
color: #24419B;
}
</style>
background-color css
<style>
a { background-color: #24419B; }
a { background-color: rgb(36,65,155); }
div.DivClassName
{
background-color: #24419B;
}
.BgClassName
{
background-color: #24419B;
}
</style>
border-color css
<style>
span { border-color: #24419B; }
span { border-color: rgb(36,65,155); }
td.TdClassName
{
border-color: #24419B;
}
.TagClassName
{
border-color: #24419B;
}
</style>