Shades of Midnight Blue #24248B
Tints of Midnight Blue #24248B
RGB
CMYK
RGB Variations
Color information
#24248B (or 0x24248B) is known color: Midnight Blue. HEX triplet: 24, 24 and 8B. RGB value is (36,36,139). Sum of RGB (Red+Green+Blue) = 36+36+139=211 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.06% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #24248B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24248B is #DBDB74. Grayscale: #2F2F2F. Windows color (decimal): -14408565 or 9118756. OLE color: 9118756.
HSL color Cylindrical-coordinate representation of color #24248B: hue angle of 240º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24248B is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 36 | 139 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.45 |
| HSL | 240º | 0.59% | 0.34% | - |
| HSV(B) | 240º | 0.74% | 0.55% | - |
| XYZ | 6.02 | 3.5 | 24.78 | - |
| YUV | 47.74 | 179.5 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 139 | 0.74 | 0.74 | 0 | 0.45 | 240 | 0.59 | 0.34 |
| Hex | 24 | 24 | 8B | 4A | 4A | 0 | 2D | F0 | 3B | 22 |
| Octal | 44 | 44 | 213 | 112 | 112 | 0 | 55 | 360 | 73 | 42 |
| Binary | 100100 | 100100 | 10001011 | 1001010 | 1001010 | 0 | 101101 | 11110000 | 111011 | 100010 |
Color Harmonies of #24248B
Complementary color
Monochromatic Colors of #24248B
Black with #24248B
Text Example
Text Example
White with #24248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24248B; }
p { color: rgb(36,36,139); }
H1.HeaderClassName
{
color: #24248B;
}
.AnyTagClassName
{
color: #24248B;
}
</style>
background-color css
<style>
a { background-color: #24248B; }
a { background-color: rgb(36,36,139); }
div.DivClassName
{
background-color: #24248B;
}
.BgClassName
{
background-color: #24248B;
}
</style>
border-color css
<style>
span { border-color: #24248B; }
span { border-color: rgb(36,36,139); }
td.TdClassName
{
border-color: #24248B;
}
.TagClassName
{
border-color: #24248B;
}
</style>