Shades of Midnight Blue #242472
Tints of Midnight Blue #242472
RGB
CMYK
RGB Variations
Color information
#242472 (or 0x242472) is known color: Midnight Blue. HEX triplet: 24, 24 and 72. RGB value is (36,36,114). Sum of RGB (Red+Green+Blue) = 36+36+114=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #242472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242472 is #DBDB8D. Grayscale: #2C2C2C. Windows color (decimal): -14408590 or 7480356. OLE color: 7480356.
HSL color Cylindrical-coordinate representation of color #242472: hue angle of 240º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242472 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 36 | 114 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.55 |
| HSL | 240º | 0.52% | 0.29% | - |
| HSV(B) | 240º | 0.68% | 0.45% | - |
| XYZ | 4.4 | 2.85 | 16.24 | - |
| YUV | 44.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 114 | 0.68 | 0.68 | 0 | 0.55 | 240 | 0.52 | 0.29 |
| Hex | 24 | 24 | 72 | 44 | 44 | 0 | 37 | F0 | 34 | 1D |
| Octal | 44 | 44 | 162 | 104 | 104 | 0 | 67 | 360 | 64 | 35 |
| Binary | 100100 | 100100 | 1110010 | 1000100 | 1000100 | 0 | 110111 | 11110000 | 110100 | 11101 |
Color Harmonies of #242472
Complementary color
Monochromatic Colors of #242472
Black with #242472
Text Example
Text Example
White with #242472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242472; }
p { color: rgb(36,36,114); }
H1.HeaderClassName
{
color: #242472;
}
.AnyTagClassName
{
color: #242472;
}
</style>
background-color css
<style>
a { background-color: #242472; }
a { background-color: rgb(36,36,114); }
div.DivClassName
{
background-color: #242472;
}
.BgClassName
{
background-color: #242472;
}
</style>
border-color css
<style>
span { border-color: #242472; }
span { border-color: rgb(36,36,114); }
td.TdClassName
{
border-color: #242472;
}
.TagClassName
{
border-color: #242472;
}
</style>