Shades of Midnight Blue #241965
Tints of Midnight Blue #241965
RGB
CMYK
RGB Variations
Color information
#241965 (or 0x241965) is known color: Midnight Blue. HEX triplet: 24, 19 and 65. RGB value is (36,25,101). Sum of RGB (Red+Green+Blue) = 36+25+101=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #241965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241965 is #DBE69A. Grayscale: #242424. Windows color (decimal): -14411419 or 6625572. OLE color: 6625572.
HSL color Cylindrical-coordinate representation of color #241965: hue angle of 248.68º degrees, saturation: 0.6, 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 #241965 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 25 | 101 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.60 |
| HSL | 248.68º | 0.6% | 0.25% | - |
| HSV(B) | 248.68º | 0.75% | 0.4% | - |
| XYZ | 3.42 | 2.01 | 12.52 | - |
| YUV | 36.95 | 164.14 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 101 | 0.64 | 0.75 | 0 | 0.60 | 248.68 | 0.6 | 0.25 |
| Hex | 24 | 19 | 65 | 40 | 4B | 0 | 3C | F9 | 3C | 19 |
| Octal | 44 | 31 | 145 | 100 | 113 | 0 | 74 | 371 | 74 | 31 |
| Binary | 100100 | 11001 | 1100101 | 1000000 | 1001011 | 0 | 111100 | 11111001 | 111100 | 11001 |
Color Harmonies of #241965
Complementary color
Monochromatic Colors of #241965
Black with #241965
Text Example
Text Example
White with #241965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241965; }
p { color: rgb(36,25,101); }
H1.HeaderClassName
{
color: #241965;
}
.AnyTagClassName
{
color: #241965;
}
</style>
background-color css
<style>
a { background-color: #241965; }
a { background-color: rgb(36,25,101); }
div.DivClassName
{
background-color: #241965;
}
.BgClassName
{
background-color: #241965;
}
</style>
border-color css
<style>
span { border-color: #241965; }
span { border-color: rgb(36,25,101); }
td.TdClassName
{
border-color: #241965;
}
.TagClassName
{
border-color: #241965;
}
</style>