Shades of Midnight Blue #241966
Tints of Midnight Blue #241966
RGB
CMYK
RGB Variations
Color information
#241966 (or 0x241966) is known color: Midnight Blue. HEX triplet: 24, 19 and 66. RGB value is (36,25,102). Sum of RGB (Red+Green+Blue) = 36+25+102=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #241966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241966 is #DBE699. Grayscale: #242424. Windows color (decimal): -14411418 or 6691108. OLE color: 6691108.
HSL color Cylindrical-coordinate representation of color #241966: hue angle of 248.57º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241966 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 25 | 102 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.6 |
| HSL | 248.57º | 0.61% | 0.25% | - |
| HSV(B) | 248.57º | 0.75% | 0.4% | - |
| XYZ | 3.47 | 2.03 | 12.78 | - |
| YUV | 37.07 | 164.64 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 102 | 0.65 | 0.75 | 0 | 0.6 | 248.57 | 0.61 | 0.25 |
| Hex | 24 | 19 | 66 | 41 | 4B | 0 | 3C | F9 | 3D | 19 |
| Octal | 44 | 31 | 146 | 101 | 113 | 0 | 74 | 371 | 75 | 31 |
| Binary | 100100 | 11001 | 1100110 | 1000001 | 1001011 | 0 | 111100 | 11111001 | 111101 | 11001 |
Color Harmonies of #241966
Complementary color
Monochromatic Colors of #241966
Black with #241966
Text Example
Text Example
White with #241966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241966; }
p { color: rgb(36,25,102); }
H1.HeaderClassName
{
color: #241966;
}
.AnyTagClassName
{
color: #241966;
}
</style>
background-color css
<style>
a { background-color: #241966; }
a { background-color: rgb(36,25,102); }
div.DivClassName
{
background-color: #241966;
}
.BgClassName
{
background-color: #241966;
}
</style>
border-color css
<style>
span { border-color: #241966; }
span { border-color: rgb(36,25,102); }
td.TdClassName
{
border-color: #241966;
}
.TagClassName
{
border-color: #241966;
}
</style>