Shades of Midnight Blue #24207D
Tints of Midnight Blue #24207D
RGB
CMYK
RGB Variations
Color information
#24207D (or 0x24207D) is known color: Midnight Blue. HEX triplet: 24, 20 and 7D. RGB value is (36,32,125). Sum of RGB (Red+Green+Blue) = 36+32+125=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #24207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24207D is #DBDF82. Grayscale: #2B2B2B. Windows color (decimal): -14409603 or 8200228. OLE color: 8200228.
HSL color Cylindrical-coordinate representation of color #24207D: hue angle of 242.58º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24207D is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 32 | 125 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.51 |
| HSL | 242.58º | 0.59% | 0.31% | - |
| HSV(B) | 242.58º | 0.74% | 0.49% | - |
| XYZ | 4.95 | 2.89 | 19.7 | - |
| YUV | 43.8 | 173.83 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 125 | 0.71 | 0.74 | 0 | 0.51 | 242.58 | 0.59 | 0.31 |
| Hex | 24 | 20 | 7D | 47 | 4A | 0 | 33 | F3 | 3B | 1F |
| Octal | 44 | 40 | 175 | 107 | 112 | 0 | 63 | 363 | 73 | 37 |
| Binary | 100100 | 100000 | 1111101 | 1000111 | 1001010 | 0 | 110011 | 11110011 | 111011 | 11111 |
Color Harmonies of #24207D
Complementary color
Monochromatic Colors of #24207D
Black with #24207D
Text Example
Text Example
White with #24207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24207D; }
p { color: rgb(36,32,125); }
H1.HeaderClassName
{
color: #24207D;
}
.AnyTagClassName
{
color: #24207D;
}
</style>
background-color css
<style>
a { background-color: #24207D; }
a { background-color: rgb(36,32,125); }
div.DivClassName
{
background-color: #24207D;
}
.BgClassName
{
background-color: #24207D;
}
</style>
border-color css
<style>
span { border-color: #24207D; }
span { border-color: rgb(36,32,125); }
td.TdClassName
{
border-color: #24207D;
}
.TagClassName
{
border-color: #24207D;
}
</style>