Shades of Midnight Blue #242877
Tints of Midnight Blue #242877
RGB
CMYK
RGB Variations
Color information
#242877 (or 0x242877) is known color: Midnight Blue. HEX triplet: 24, 28 and 77. RGB value is (36,40,119). Sum of RGB (Red+Green+Blue) = 36+40+119=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #242877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242877 is #DBD788. Grayscale: #2F2F2F. Windows color (decimal): -14407561 or 7809060. OLE color: 7809060.
HSL color Cylindrical-coordinate representation of color #242877: hue angle of 237.11º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242877 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 40 | 119 | - |
| CMYK | 0.70 | 0.66 | 0 | 0.53 |
| HSL | 237.11º | 0.54% | 0.3% | - |
| HSV(B) | 237.11º | 0.7% | 0.47% | - |
| XYZ | 4.82 | 3.22 | 17.82 | - |
| YUV | 47.81 | 168.17 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 119 | 0.70 | 0.66 | 0 | 0.53 | 237.11 | 0.54 | 0.3 |
| Hex | 24 | 28 | 77 | 46 | 42 | 0 | 35 | ED | 36 | 1E |
| Octal | 44 | 50 | 167 | 106 | 102 | 0 | 65 | 355 | 66 | 36 |
| Binary | 100100 | 101000 | 1110111 | 1000110 | 1000010 | 0 | 110101 | 11101101 | 110110 | 11110 |
Color Harmonies of #242877
Complementary color
Monochromatic Colors of #242877
Black with #242877
Text Example
Text Example
White with #242877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242877; }
p { color: rgb(36,40,119); }
H1.HeaderClassName
{
color: #242877;
}
.AnyTagClassName
{
color: #242877;
}
</style>
background-color css
<style>
a { background-color: #242877; }
a { background-color: rgb(36,40,119); }
div.DivClassName
{
background-color: #242877;
}
.BgClassName
{
background-color: #242877;
}
</style>
border-color css
<style>
span { border-color: #242877; }
span { border-color: rgb(36,40,119); }
td.TdClassName
{
border-color: #242877;
}
.TagClassName
{
border-color: #242877;
}
</style>