Shades of Midnight Blue #242579
Tints of Midnight Blue #242579
RGB
CMYK
RGB Variations
Color information
#242579 (or 0x242579) is known color: Midnight Blue. HEX triplet: 24, 25 and 79. RGB value is (36,37,121). Sum of RGB (Red+Green+Blue) = 36+37+121=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #242579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242579 is #DBDA86. Grayscale: #2D2D2D. Windows color (decimal): -14408327 or 7939364. OLE color: 7939364.
HSL color Cylindrical-coordinate representation of color #242579: hue angle of 239.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242579 is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 37 | 121 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.53 |
| HSL | 239.29º | 0.54% | 0.31% | - |
| HSV(B) | 239.29º | 0.7% | 0.47% | - |
| XYZ | 4.84 | 3.08 | 18.43 | - |
| YUV | 46.28 | 170.17 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 121 | 0.70 | 0.69 | 0 | 0.53 | 239.29 | 0.54 | 0.31 |
| Hex | 24 | 25 | 79 | 46 | 45 | 0 | 35 | EF | 36 | 1F |
| Octal | 44 | 45 | 171 | 106 | 105 | 0 | 65 | 357 | 66 | 37 |
| Binary | 100100 | 100101 | 1111001 | 1000110 | 1000101 | 0 | 110101 | 11101111 | 110110 | 11111 |
Color Harmonies of #242579
Complementary color
Monochromatic Colors of #242579
Black with #242579
Text Example
Text Example
White with #242579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242579; }
p { color: rgb(36,37,121); }
H1.HeaderClassName
{
color: #242579;
}
.AnyTagClassName
{
color: #242579;
}
</style>
background-color css
<style>
a { background-color: #242579; }
a { background-color: rgb(36,37,121); }
div.DivClassName
{
background-color: #242579;
}
.BgClassName
{
background-color: #242579;
}
</style>
border-color css
<style>
span { border-color: #242579; }
span { border-color: rgb(36,37,121); }
td.TdClassName
{
border-color: #242579;
}
.TagClassName
{
border-color: #242579;
}
</style>