Shades of Midnight Blue #241A75
Tints of Midnight Blue #241A75
RGB
CMYK
RGB Variations
Color information
#241A75 (or 0x241A75) is known color: Midnight Blue. HEX triplet: 24, 1A and 75. RGB value is (36,26,117). Sum of RGB (Red+Green+Blue) = 36+26+117=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #241A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A75 is #DBE58A. Grayscale: #272727. Windows color (decimal): -14411147 or 7674404. OLE color: 7674404.
HSL color Cylindrical-coordinate representation of color #241A75: hue angle of 246.59º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241A75 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 26 | 117 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.54 |
| HSL | 246.59º | 0.64% | 0.28% | - |
| HSV(B) | 246.59º | 0.78% | 0.46% | - |
| XYZ | 4.31 | 2.4 | 17.07 | - |
| YUV | 39.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 117 | 0.69 | 0.78 | 0 | 0.54 | 246.59 | 0.64 | 0.28 |
| Hex | 24 | 1A | 75 | 45 | 4E | 0 | 36 | F7 | 40 | 1C |
| Octal | 44 | 32 | 165 | 105 | 116 | 0 | 66 | 367 | 100 | 34 |
| Binary | 100100 | 11010 | 1110101 | 1000101 | 1001110 | 0 | 110110 | 11110111 | 1000000 | 11100 |
Color Harmonies of #241A75
Complementary color
Monochromatic Colors of #241A75
Black with #241A75
Text Example
Text Example
White with #241A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A75; }
p { color: rgb(36,26,117); }
H1.HeaderClassName
{
color: #241A75;
}
.AnyTagClassName
{
color: #241A75;
}
</style>
background-color css
<style>
a { background-color: #241A75; }
a { background-color: rgb(36,26,117); }
div.DivClassName
{
background-color: #241A75;
}
.BgClassName
{
background-color: #241A75;
}
</style>
border-color css
<style>
span { border-color: #241A75; }
span { border-color: rgb(36,26,117); }
td.TdClassName
{
border-color: #241A75;
}
.TagClassName
{
border-color: #241A75;
}
</style>