Shades of Midnight Blue #241B70
Tints of Midnight Blue #241B70
RGB
CMYK
RGB Variations
Color information
#241B70 (or 0x241B70) is known color: Midnight Blue. HEX triplet: 24, 1B and 70. RGB value is (36,27,112). Sum of RGB (Red+Green+Blue) = 36+27+112=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #241B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B70 is #DBE48F. Grayscale: #272727. Windows color (decimal): -14410896 or 7346980. OLE color: 7346980.
HSL color Cylindrical-coordinate representation of color #241B70: hue angle of 246.35º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #241B70 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 27 | 112 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.56 |
| HSL | 246.35º | 0.61% | 0.27% | - |
| HSV(B) | 246.35º | 0.76% | 0.44% | - |
| XYZ | 4.04 | 2.33 | 15.57 | - |
| YUV | 39.38 | 168.98 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 112 | 0.68 | 0.76 | 0 | 0.56 | 246.35 | 0.61 | 0.27 |
| Hex | 24 | 1B | 70 | 44 | 4C | 0 | 38 | F6 | 3D | 1B |
| Octal | 44 | 33 | 160 | 104 | 114 | 0 | 70 | 366 | 75 | 33 |
| Binary | 100100 | 11011 | 1110000 | 1000100 | 1001100 | 0 | 111000 | 11110110 | 111101 | 11011 |
Color Harmonies of #241B70
Complementary color
Monochromatic Colors of #241B70
Black with #241B70
Text Example
Text Example
White with #241B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B70; }
p { color: rgb(36,27,112); }
H1.HeaderClassName
{
color: #241B70;
}
.AnyTagClassName
{
color: #241B70;
}
</style>
background-color css
<style>
a { background-color: #241B70; }
a { background-color: rgb(36,27,112); }
div.DivClassName
{
background-color: #241B70;
}
.BgClassName
{
background-color: #241B70;
}
</style>
border-color css
<style>
span { border-color: #241B70; }
span { border-color: rgb(36,27,112); }
td.TdClassName
{
border-color: #241B70;
}
.TagClassName
{
border-color: #241B70;
}
</style>