Shades of Midnight Blue #241982
Tints of Midnight Blue #241982
RGB
CMYK
RGB Variations
Color information
#241982 (or 0x241982) is known color: Midnight Blue. HEX triplet: 24, 19 and 82. RGB value is (36,25,130). Sum of RGB (Red+Green+Blue) = 36+25+130=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #241982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241982 is #DBE67D. Grayscale: #272727. Windows color (decimal): -14411390 or 8526116. OLE color: 8526116.
HSL color Cylindrical-coordinate representation of color #241982: hue angle of 246.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241982 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 25 | 130 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.49 |
| HSL | 246.29º | 0.68% | 0.3% | - |
| HSV(B) | 246.29º | 0.81% | 0.51% | - |
| XYZ | 5.1 | 2.68 | 21.37 | - |
| YUV | 40.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 130 | 0.72 | 0.81 | 0 | 0.49 | 246.29 | 0.68 | 0.3 |
| Hex | 24 | 19 | 82 | 48 | 51 | 0 | 31 | F6 | 44 | 1E |
| Octal | 44 | 31 | 202 | 110 | 121 | 0 | 61 | 366 | 104 | 36 |
| Binary | 100100 | 11001 | 10000010 | 1001000 | 1010001 | 0 | 110001 | 11110110 | 1000100 | 11110 |
Color Harmonies of #241982
Complementary color
Monochromatic Colors of #241982
Black with #241982
Text Example
Text Example
White with #241982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241982; }
p { color: rgb(36,25,130); }
H1.HeaderClassName
{
color: #241982;
}
.AnyTagClassName
{
color: #241982;
}
</style>
background-color css
<style>
a { background-color: #241982; }
a { background-color: rgb(36,25,130); }
div.DivClassName
{
background-color: #241982;
}
.BgClassName
{
background-color: #241982;
}
</style>
border-color css
<style>
span { border-color: #241982; }
span { border-color: rgb(36,25,130); }
td.TdClassName
{
border-color: #241982;
}
.TagClassName
{
border-color: #241982;
}
</style>