Shades of Midnight Blue #242164
Tints of Midnight Blue #242164
RGB
CMYK
RGB Variations
Color information
#242164 (or 0x242164) is known color: Midnight Blue. HEX triplet: 24, 21 and 64. RGB value is (36,33,100). Sum of RGB (Red+Green+Blue) = 36+33+100=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 100 (39.45% from 255 or 59.17% from 169); Max value from RGB is 100 - color contains mainly: blue. Hex color #242164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242164 is #DBDE9B. Grayscale: #292929. Windows color (decimal): -14409372 or 6562084. OLE color: 6562084.
HSL color Cylindrical-coordinate representation of color #242164: hue angle of 242.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #242164 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 33 | 100 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.61 |
| HSL | 242.69º | 0.5% | 0.26% | - |
| HSV(B) | 242.69º | 0.67% | 0.39% | - |
| XYZ | 3.57 | 2.38 | 12.33 | - |
| YUV | 41.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 100 | 0.64 | 0.67 | 0 | 0.61 | 242.69 | 0.5 | 0.26 |
| Hex | 24 | 21 | 64 | 40 | 43 | 0 | 3D | F3 | 32 | 1A |
| Octal | 44 | 41 | 144 | 100 | 103 | 0 | 75 | 363 | 62 | 32 |
| Binary | 100100 | 100001 | 1100100 | 1000000 | 1000011 | 0 | 111101 | 11110011 | 110010 | 11010 |
Color Harmonies of #242164
Complementary color
Monochromatic Colors of #242164
Black with #242164
Text Example
Text Example
White with #242164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242164; }
p { color: rgb(36,33,100); }
H1.HeaderClassName
{
color: #242164;
}
.AnyTagClassName
{
color: #242164;
}
</style>
background-color css
<style>
a { background-color: #242164; }
a { background-color: rgb(36,33,100); }
div.DivClassName
{
background-color: #242164;
}
.BgClassName
{
background-color: #242164;
}
</style>
border-color css
<style>
span { border-color: #242164; }
span { border-color: rgb(36,33,100); }
td.TdClassName
{
border-color: #242164;
}
.TagClassName
{
border-color: #242164;
}
</style>