Shades of Midnight Blue #242982
Tints of Midnight Blue #242982
RGB
CMYK
RGB Variations
Color information
#242982 (or 0x242982) is known color: Midnight Blue. HEX triplet: 24, 29 and 82. RGB value is (36,41,130). Sum of RGB (Red+Green+Blue) = 36+41+130=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #242982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242982 is #DBD67D. Grayscale: #313131. Windows color (decimal): -14407294 or 8530212. OLE color: 8530212.
HSL color Cylindrical-coordinate representation of color #242982: hue angle of 236.81º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242982 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 41 | 130 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.49 |
| HSL | 236.81º | 0.57% | 0.33% | - |
| HSV(B) | 236.81º | 0.72% | 0.51% | - |
| XYZ | 5.55 | 3.57 | 21.52 | - |
| YUV | 49.65 | 173.34 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 130 | 0.72 | 0.68 | 0 | 0.49 | 236.81 | 0.57 | 0.33 |
| Hex | 24 | 29 | 82 | 48 | 44 | 0 | 31 | ED | 39 | 21 |
| Octal | 44 | 51 | 202 | 110 | 104 | 0 | 61 | 355 | 71 | 41 |
| Binary | 100100 | 101001 | 10000010 | 1001000 | 1000100 | 0 | 110001 | 11101101 | 111001 | 100001 |
Color Harmonies of #242982
Complementary color
Monochromatic Colors of #242982
Black with #242982
Text Example
Text Example
White with #242982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242982; }
p { color: rgb(36,41,130); }
H1.HeaderClassName
{
color: #242982;
}
.AnyTagClassName
{
color: #242982;
}
</style>
background-color css
<style>
a { background-color: #242982; }
a { background-color: rgb(36,41,130); }
div.DivClassName
{
background-color: #242982;
}
.BgClassName
{
background-color: #242982;
}
</style>
border-color css
<style>
span { border-color: #242982; }
span { border-color: rgb(36,41,130); }
td.TdClassName
{
border-color: #242982;
}
.TagClassName
{
border-color: #242982;
}
</style>