Shades of Midnight Blue #242184
Tints of Midnight Blue #242184
RGB
CMYK
RGB Variations
Color information
#242184 (or 0x242184) is known color: Midnight Blue. HEX triplet: 24, 21 and 84. RGB value is (36,33,132). Sum of RGB (Red+Green+Blue) = 36+33+132=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #242184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242184 is #DBDE7B. Grayscale: #2C2C2C. Windows color (decimal): -14409340 or 8659236. OLE color: 8659236.
HSL color Cylindrical-coordinate representation of color #242184: hue angle of 241.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242184 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 33 | 132 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.48 |
| HSL | 241.82º | 0.6% | 0.32% | - |
| HSV(B) | 241.82º | 0.75% | 0.52% | - |
| XYZ | 5.44 | 3.13 | 22.15 | - |
| YUV | 45.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 132 | 0.73 | 0.75 | 0 | 0.48 | 241.82 | 0.6 | 0.32 |
| Hex | 24 | 21 | 84 | 49 | 4B | 0 | 30 | F2 | 3C | 20 |
| Octal | 44 | 41 | 204 | 111 | 113 | 0 | 60 | 362 | 74 | 40 |
| Binary | 100100 | 100001 | 10000100 | 1001001 | 1001011 | 0 | 110000 | 11110010 | 111100 | 100000 |
Color Harmonies of #242184
Complementary color
Monochromatic Colors of #242184
Black with #242184
Text Example
Text Example
White with #242184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242184; }
p { color: rgb(36,33,132); }
H1.HeaderClassName
{
color: #242184;
}
.AnyTagClassName
{
color: #242184;
}
</style>
background-color css
<style>
a { background-color: #242184; }
a { background-color: rgb(36,33,132); }
div.DivClassName
{
background-color: #242184;
}
.BgClassName
{
background-color: #242184;
}
</style>
border-color css
<style>
span { border-color: #242184; }
span { border-color: rgb(36,33,132); }
td.TdClassName
{
border-color: #242184;
}
.TagClassName
{
border-color: #242184;
}
</style>