Shades of Midnight Blue #241A76
Tints of Midnight Blue #241A76
RGB
CMYK
RGB Variations
Color information
#241A76 (or 0x241A76) is known color: Midnight Blue. HEX triplet: 24, 1A and 76. RGB value is (36,26,118). Sum of RGB (Red+Green+Blue) = 36+26+118=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 26 (10.55% from 255 or 14.44% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #241A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A76 is #DBE589. Grayscale: #272727. Windows color (decimal): -14411146 or 7739940. OLE color: 7739940.
HSL color Cylindrical-coordinate representation of color #241A76: hue angle of 246.52º 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 #241A76 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 26 | 118 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.54 |
| HSL | 246.52º | 0.64% | 0.28% | - |
| HSV(B) | 246.52º | 0.78% | 0.46% | - |
| XYZ | 4.37 | 2.42 | 17.38 | - |
| YUV | 39.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 118 | 0.69 | 0.78 | 0 | 0.54 | 246.52 | 0.64 | 0.28 |
| Hex | 24 | 1A | 76 | 45 | 4E | 0 | 36 | F7 | 40 | 1C |
| Octal | 44 | 32 | 166 | 105 | 116 | 0 | 66 | 367 | 100 | 34 |
| Binary | 100100 | 11010 | 1110110 | 1000101 | 1001110 | 0 | 110110 | 11110111 | 1000000 | 11100 |
Color Harmonies of #241A76
Complementary color
Monochromatic Colors of #241A76
Black with #241A76
Text Example
Text Example
White with #241A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A76; }
p { color: rgb(36,26,118); }
H1.HeaderClassName
{
color: #241A76;
}
.AnyTagClassName
{
color: #241A76;
}
</style>
background-color css
<style>
a { background-color: #241A76; }
a { background-color: rgb(36,26,118); }
div.DivClassName
{
background-color: #241A76;
}
.BgClassName
{
background-color: #241A76;
}
</style>
border-color css
<style>
span { border-color: #241A76; }
span { border-color: rgb(36,26,118); }
td.TdClassName
{
border-color: #241A76;
}
.TagClassName
{
border-color: #241A76;
}
</style>