Shades of Midnight Blue #242878
Tints of Midnight Blue #242878
RGB
CMYK
RGB Variations
Color information
#242878 (or 0x242878) is known color: Midnight Blue. HEX triplet: 24, 28 and 78. RGB value is (36,40,120). Sum of RGB (Red+Green+Blue) = 36+40+120=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #242878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242878 is #DBD787. Grayscale: #2F2F2F. Windows color (decimal): -14407560 or 7874596. OLE color: 7874596.
HSL color Cylindrical-coordinate representation of color #242878: hue angle of 237.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242878 is Cyan = 0.7, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 40 | 120 | - |
| CMYK | 0.7 | 0.67 | 0 | 0.53 |
| HSL | 237.14º | 0.54% | 0.31% | - |
| HSV(B) | 237.14º | 0.7% | 0.47% | - |
| XYZ | 4.88 | 3.25 | 18.14 | - |
| YUV | 47.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 120 | 0.7 | 0.67 | 0 | 0.53 | 237.14 | 0.54 | 0.31 |
| Hex | 24 | 28 | 78 | 46 | 43 | 0 | 35 | ED | 36 | 1F |
| Octal | 44 | 50 | 170 | 106 | 103 | 0 | 65 | 355 | 66 | 37 |
| Binary | 100100 | 101000 | 1111000 | 1000110 | 1000011 | 0 | 110101 | 11101101 | 110110 | 11111 |
Color Harmonies of #242878
Complementary color
Monochromatic Colors of #242878
Black with #242878
Text Example
Text Example
White with #242878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242878; }
p { color: rgb(36,40,120); }
H1.HeaderClassName
{
color: #242878;
}
.AnyTagClassName
{
color: #242878;
}
</style>
background-color css
<style>
a { background-color: #242878; }
a { background-color: rgb(36,40,120); }
div.DivClassName
{
background-color: #242878;
}
.BgClassName
{
background-color: #242878;
}
</style>
border-color css
<style>
span { border-color: #242878; }
span { border-color: rgb(36,40,120); }
td.TdClassName
{
border-color: #242878;
}
.TagClassName
{
border-color: #242878;
}
</style>