Shades of Midnight Blue #242985
Tints of Midnight Blue #242985
RGB
CMYK
RGB Variations
Color information
#242985 (or 0x242985) is known color: Midnight Blue. HEX triplet: 24, 29 and 85. RGB value is (36,41,133). Sum of RGB (Red+Green+Blue) = 36+41+133=210 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.14% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #242985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242985 is #DBD67A. Grayscale: #313131. Windows color (decimal): -14407291 or 8726820. OLE color: 8726820.
HSL color Cylindrical-coordinate representation of color #242985: hue angle of 236.91º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242985 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 41 | 133 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.48 |
| HSL | 236.91º | 0.57% | 0.33% | - |
| HSV(B) | 236.91º | 0.73% | 0.52% | - |
| XYZ | 5.75 | 3.65 | 22.59 | - |
| YUV | 49.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 133 | 0.73 | 0.69 | 0 | 0.48 | 236.91 | 0.57 | 0.33 |
| Hex | 24 | 29 | 85 | 49 | 45 | 0 | 30 | ED | 39 | 21 |
| Octal | 44 | 51 | 205 | 111 | 105 | 0 | 60 | 355 | 71 | 41 |
| Binary | 100100 | 101001 | 10000101 | 1001001 | 1000101 | 0 | 110000 | 11101101 | 111001 | 100001 |
Color Harmonies of #242985
Complementary color
Monochromatic Colors of #242985
Black with #242985
Text Example
Text Example
White with #242985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242985; }
p { color: rgb(36,41,133); }
H1.HeaderClassName
{
color: #242985;
}
.AnyTagClassName
{
color: #242985;
}
</style>
background-color css
<style>
a { background-color: #242985; }
a { background-color: rgb(36,41,133); }
div.DivClassName
{
background-color: #242985;
}
.BgClassName
{
background-color: #242985;
}
</style>
border-color css
<style>
span { border-color: #242985; }
span { border-color: rgb(36,41,133); }
td.TdClassName
{
border-color: #242985;
}
.TagClassName
{
border-color: #242985;
}
</style>