Shades of Midnight Blue #24297A
Tints of Midnight Blue #24297A
RGB
CMYK
RGB Variations
Color information
#24297A (or 0x24297A) is known color: Midnight Blue. HEX triplet: 24, 29 and 7A. RGB value is (36,41,122). Sum of RGB (Red+Green+Blue) = 36+41+122=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #24297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24297A is #DBD685. Grayscale: #303030. Windows color (decimal): -14407302 or 8005924. OLE color: 8005924.
HSL color Cylindrical-coordinate representation of color #24297A: hue angle of 236.51º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24297A is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 41 | 122 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.52 |
| HSL | 236.51º | 0.54% | 0.31% | - |
| HSV(B) | 236.51º | 0.7% | 0.48% | - |
| XYZ | 5.03 | 3.37 | 18.8 | - |
| YUV | 48.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 122 | 0.70 | 0.66 | 0 | 0.52 | 236.51 | 0.54 | 0.31 |
| Hex | 24 | 29 | 7A | 46 | 42 | 0 | 34 | ED | 36 | 1F |
| Octal | 44 | 51 | 172 | 106 | 102 | 0 | 64 | 355 | 66 | 37 |
| Binary | 100100 | 101001 | 1111010 | 1000110 | 1000010 | 0 | 110100 | 11101101 | 110110 | 11111 |
Color Harmonies of #24297A
Complementary color
Monochromatic Colors of #24297A
Black with #24297A
Text Example
Text Example
White with #24297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24297A; }
p { color: rgb(36,41,122); }
H1.HeaderClassName
{
color: #24297A;
}
.AnyTagClassName
{
color: #24297A;
}
</style>
background-color css
<style>
a { background-color: #24297A; }
a { background-color: rgb(36,41,122); }
div.DivClassName
{
background-color: #24297A;
}
.BgClassName
{
background-color: #24297A;
}
</style>
border-color css
<style>
span { border-color: #24297A; }
span { border-color: rgb(36,41,122); }
td.TdClassName
{
border-color: #24297A;
}
.TagClassName
{
border-color: #24297A;
}
</style>