Shades of Midnight Blue #242672
Tints of Midnight Blue #242672
RGB
CMYK
RGB Variations
Color information
#242672 (or 0x242672) is known color: Midnight Blue. HEX triplet: 24, 26 and 72. RGB value is (36,38,114). Sum of RGB (Red+Green+Blue) = 36+38+114=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #242672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242672 is #DBD98D. Grayscale: #2D2D2D. Windows color (decimal): -14408078 or 7480868. OLE color: 7480868.
HSL color Cylindrical-coordinate representation of color #242672: hue angle of 238.46º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242672 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 38 | 114 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.55 |
| HSL | 238.46º | 0.52% | 0.29% | - |
| HSV(B) | 238.46º | 0.68% | 0.45% | - |
| XYZ | 4.46 | 2.98 | 16.26 | - |
| YUV | 46.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 114 | 0.68 | 0.67 | 0 | 0.55 | 238.46 | 0.52 | 0.29 |
| Hex | 24 | 26 | 72 | 44 | 43 | 0 | 37 | EE | 34 | 1D |
| Octal | 44 | 46 | 162 | 104 | 103 | 0 | 67 | 356 | 64 | 35 |
| Binary | 100100 | 100110 | 1110010 | 1000100 | 1000011 | 0 | 110111 | 11101110 | 110100 | 11101 |
Color Harmonies of #242672
Complementary color
Monochromatic Colors of #242672
Black with #242672
Text Example
Text Example
White with #242672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242672; }
p { color: rgb(36,38,114); }
H1.HeaderClassName
{
color: #242672;
}
.AnyTagClassName
{
color: #242672;
}
</style>
background-color css
<style>
a { background-color: #242672; }
a { background-color: rgb(36,38,114); }
div.DivClassName
{
background-color: #242672;
}
.BgClassName
{
background-color: #242672;
}
</style>
border-color css
<style>
span { border-color: #242672; }
span { border-color: rgb(36,38,114); }
td.TdClassName
{
border-color: #242672;
}
.TagClassName
{
border-color: #242672;
}
</style>