Shades of Egyptian Blue #242599
Tints of Egyptian Blue #242599
RGB
CMYK
RGB Variations
Color information
#242599 (or 0x242599) is known color: Egyptian Blue. HEX triplet: 24, 25 and 99. RGB value is (36,37,153). Sum of RGB (Red+Green+Blue) = 36+37+153=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #242599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242599 is #DBDA66. Grayscale: #313131. Windows color (decimal): -14408295 or 10036516. OLE color: 10036516.
HSL color Cylindrical-coordinate representation of color #242599: hue angle of 239.49º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242599 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 37 | 153 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.4 |
| HSL | 239.49º | 0.62% | 0.37% | - |
| HSV(B) | 239.49º | 0.76% | 0.6% | - |
| XYZ | 7.14 | 4 | 30.53 | - |
| YUV | 49.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 153 | 0.76 | 0.76 | 0 | 0.4 | 239.49 | 0.62 | 0.37 |
| Hex | 24 | 25 | 99 | 4C | 4C | 0 | 28 | EF | 3E | 25 |
| Octal | 44 | 45 | 231 | 114 | 114 | 0 | 50 | 357 | 76 | 45 |
| Binary | 100100 | 100101 | 10011001 | 1001100 | 1001100 | 0 | 101000 | 11101111 | 111110 | 100101 |
Color Harmonies of #242599
Complementary color
Monochromatic Colors of #242599
Black with #242599
Text Example
Text Example
White with #242599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242599; }
p { color: rgb(36,37,153); }
H1.HeaderClassName
{
color: #242599;
}
.AnyTagClassName
{
color: #242599;
}
</style>
background-color css
<style>
a { background-color: #242599; }
a { background-color: rgb(36,37,153); }
div.DivClassName
{
background-color: #242599;
}
.BgClassName
{
background-color: #242599;
}
</style>
border-color css
<style>
span { border-color: #242599; }
span { border-color: rgb(36,37,153); }
td.TdClassName
{
border-color: #242599;
}
.TagClassName
{
border-color: #242599;
}
</style>