Shades of Midnight Blue #241A71
Tints of Midnight Blue #241A71
RGB
CMYK
RGB Variations
Color information
#241A71 (or 0x241A71) is known color: Midnight Blue. HEX triplet: 24, 1A and 71. RGB value is (36,26,113). Sum of RGB (Red+Green+Blue) = 36+26+113=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #241A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A71 is #DBE58E. Grayscale: #262626. Windows color (decimal): -14411151 or 7412260. OLE color: 7412260.
HSL color Cylindrical-coordinate representation of color #241A71: hue angle of 246.9º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241A71 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 26 | 113 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.56 |
| HSL | 246.9º | 0.63% | 0.27% | - |
| HSV(B) | 246.9º | 0.77% | 0.44% | - |
| XYZ | 4.08 | 2.31 | 15.85 | - |
| YUV | 38.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 113 | 0.68 | 0.77 | 0 | 0.56 | 246.9 | 0.63 | 0.27 |
| Hex | 24 | 1A | 71 | 44 | 4D | 0 | 38 | F7 | 3F | 1B |
| Octal | 44 | 32 | 161 | 104 | 115 | 0 | 70 | 367 | 77 | 33 |
| Binary | 100100 | 11010 | 1110001 | 1000100 | 1001101 | 0 | 111000 | 11110111 | 111111 | 11011 |
Color Harmonies of #241A71
Complementary color
Monochromatic Colors of #241A71
Black with #241A71
Text Example
Text Example
White with #241A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A71; }
p { color: rgb(36,26,113); }
H1.HeaderClassName
{
color: #241A71;
}
.AnyTagClassName
{
color: #241A71;
}
</style>
background-color css
<style>
a { background-color: #241A71; }
a { background-color: rgb(36,26,113); }
div.DivClassName
{
background-color: #241A71;
}
.BgClassName
{
background-color: #241A71;
}
</style>
border-color css
<style>
span { border-color: #241A71; }
span { border-color: rgb(36,26,113); }
td.TdClassName
{
border-color: #241A71;
}
.TagClassName
{
border-color: #241A71;
}
</style>