Shades of Midnight Blue #241C7F
Tints of Midnight Blue #241C7F
RGB
CMYK
RGB Variations
Color information
#241C7F (or 0x241C7F) is known color: Midnight Blue. HEX triplet: 24, 1C and 7F. RGB value is (36,28,127). Sum of RGB (Red+Green+Blue) = 36+28+127=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #241C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C7F is #DBE380. Grayscale: #292929. Windows color (decimal): -14410625 or 8330276. OLE color: 8330276.
HSL color Cylindrical-coordinate representation of color #241C7F: hue angle of 244.85º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241C7F is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 28 | 127 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.50 |
| HSL | 244.85º | 0.64% | 0.3% | - |
| HSV(B) | 244.85º | 0.78% | 0.5% | - |
| XYZ | 4.97 | 2.74 | 20.35 | - |
| YUV | 41.68 | 176.15 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 127 | 0.72 | 0.78 | 0 | 0.50 | 244.85 | 0.64 | 0.3 |
| Hex | 24 | 1C | 7F | 48 | 4E | 0 | 32 | F5 | 40 | 1E |
| Octal | 44 | 34 | 177 | 110 | 116 | 0 | 62 | 365 | 100 | 36 |
| Binary | 100100 | 11100 | 1111111 | 1001000 | 1001110 | 0 | 110010 | 11110101 | 1000000 | 11110 |
Color Harmonies of #241C7F
Complementary color
Monochromatic Colors of #241C7F
Black with #241C7F
Text Example
Text Example
White with #241C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C7F; }
p { color: rgb(36,28,127); }
H1.HeaderClassName
{
color: #241C7F;
}
.AnyTagClassName
{
color: #241C7F;
}
</style>
background-color css
<style>
a { background-color: #241C7F; }
a { background-color: rgb(36,28,127); }
div.DivClassName
{
background-color: #241C7F;
}
.BgClassName
{
background-color: #241C7F;
}
</style>
border-color css
<style>
span { border-color: #241C7F; }
span { border-color: rgb(36,28,127); }
td.TdClassName
{
border-color: #241C7F;
}
.TagClassName
{
border-color: #241C7F;
}
</style>