Shades of Midnight Blue #242186
Tints of Midnight Blue #242186
RGB
CMYK
RGB Variations
Color information
#242186 (or 0x242186) is known color: Midnight Blue. HEX triplet: 24, 21 and 86. RGB value is (36,33,134). Sum of RGB (Red+Green+Blue) = 36+33+134=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #242186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242186 is #DBDE79. Grayscale: #2D2D2D. Windows color (decimal): -14409338 or 8790308. OLE color: 8790308.
HSL color Cylindrical-coordinate representation of color #242186: hue angle of 241.78º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242186 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 33 | 134 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.47 |
| HSL | 241.78º | 0.6% | 0.33% | - |
| HSV(B) | 241.78º | 0.75% | 0.53% | - |
| XYZ | 5.57 | 3.18 | 22.88 | - |
| YUV | 45.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 134 | 0.73 | 0.75 | 0 | 0.47 | 241.78 | 0.6 | 0.33 |
| Hex | 24 | 21 | 86 | 49 | 4B | 0 | 2F | F2 | 3C | 21 |
| Octal | 44 | 41 | 206 | 111 | 113 | 0 | 57 | 362 | 74 | 41 |
| Binary | 100100 | 100001 | 10000110 | 1001001 | 1001011 | 0 | 101111 | 11110010 | 111100 | 100001 |
Color Harmonies of #242186
Complementary color
Monochromatic Colors of #242186
Black with #242186
Text Example
Text Example
White with #242186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242186; }
p { color: rgb(36,33,134); }
H1.HeaderClassName
{
color: #242186;
}
.AnyTagClassName
{
color: #242186;
}
</style>
background-color css
<style>
a { background-color: #242186; }
a { background-color: rgb(36,33,134); }
div.DivClassName
{
background-color: #242186;
}
.BgClassName
{
background-color: #242186;
}
</style>
border-color css
<style>
span { border-color: #242186; }
span { border-color: rgb(36,33,134); }
td.TdClassName
{
border-color: #242186;
}
.TagClassName
{
border-color: #242186;
}
</style>