Shades of Midnight Blue #242973
Tints of Midnight Blue #242973
RGB
CMYK
RGB Variations
Color information
#242973 (or 0x242973) is known color: Midnight Blue. HEX triplet: 24, 29 and 73. RGB value is (36,41,115). Sum of RGB (Red+Green+Blue) = 36+41+115=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #242973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242973 is #DBD68C. Grayscale: #2F2F2F. Windows color (decimal): -14407309 or 7547172. OLE color: 7547172.
HSL color Cylindrical-coordinate representation of color #242973: hue angle of 236.2º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #242973 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 41 | 115 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.55 |
| HSL | 236.2º | 0.52% | 0.3% | - |
| HSV(B) | 236.2º | 0.69% | 0.45% | - |
| XYZ | 4.62 | 3.2 | 16.59 | - |
| YUV | 47.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 115 | 0.69 | 0.64 | 0 | 0.55 | 236.2 | 0.52 | 0.3 |
| Hex | 24 | 29 | 73 | 45 | 40 | 0 | 37 | EC | 34 | 1E |
| Octal | 44 | 51 | 163 | 105 | 100 | 0 | 67 | 354 | 64 | 36 |
| Binary | 100100 | 101001 | 1110011 | 1000101 | 1000000 | 0 | 110111 | 11101100 | 110100 | 11110 |
Color Harmonies of #242973
Complementary color
Monochromatic Colors of #242973
Black with #242973
Text Example
Text Example
White with #242973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242973; }
p { color: rgb(36,41,115); }
H1.HeaderClassName
{
color: #242973;
}
.AnyTagClassName
{
color: #242973;
}
</style>
background-color css
<style>
a { background-color: #242973; }
a { background-color: rgb(36,41,115); }
div.DivClassName
{
background-color: #242973;
}
.BgClassName
{
background-color: #242973;
}
</style>
border-color css
<style>
span { border-color: #242973; }
span { border-color: rgb(36,41,115); }
td.TdClassName
{
border-color: #242973;
}
.TagClassName
{
border-color: #242973;
}
</style>