Shades of Midnight Blue #241F7C
Tints of Midnight Blue #241F7C
RGB
CMYK
RGB Variations
Color information
#241F7C (or 0x241F7C) is known color: Midnight Blue. HEX triplet: 24, 1F and 7C. RGB value is (36,31,124). Sum of RGB (Red+Green+Blue) = 36+31+124=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 124 (48.83% from 255 or 64.92% from 191); Max value from RGB is 124 - color contains mainly: blue. Hex color #241F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F7C is #DBE083. Grayscale: #2A2A2A. Windows color (decimal): -14409860 or 8134436. OLE color: 8134436.
HSL color Cylindrical-coordinate representation of color #241F7C: hue angle of 243.23º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #241F7C is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 31 | 124 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.51 |
| HSL | 243.23º | 0.6% | 0.3% | - |
| HSV(B) | 243.23º | 0.75% | 0.49% | - |
| XYZ | 4.86 | 2.81 | 19.36 | - |
| YUV | 43.1 | 173.66 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 124 | 0.71 | 0.75 | 0 | 0.51 | 243.23 | 0.6 | 0.3 |
| Hex | 24 | 1F | 7C | 47 | 4B | 0 | 33 | F3 | 3C | 1E |
| Octal | 44 | 37 | 174 | 107 | 113 | 0 | 63 | 363 | 74 | 36 |
| Binary | 100100 | 11111 | 1111100 | 1000111 | 1001011 | 0 | 110011 | 11110011 | 111100 | 11110 |
Color Harmonies of #241F7C
Complementary color
Monochromatic Colors of #241F7C
Black with #241F7C
Text Example
Text Example
White with #241F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F7C; }
p { color: rgb(36,31,124); }
H1.HeaderClassName
{
color: #241F7C;
}
.AnyTagClassName
{
color: #241F7C;
}
</style>
background-color css
<style>
a { background-color: #241F7C; }
a { background-color: rgb(36,31,124); }
div.DivClassName
{
background-color: #241F7C;
}
.BgClassName
{
background-color: #241F7C;
}
</style>
border-color css
<style>
span { border-color: #241F7C; }
span { border-color: rgb(36,31,124); }
td.TdClassName
{
border-color: #241F7C;
}
.TagClassName
{
border-color: #241F7C;
}
</style>