Shades of Midnight Blue #242670
Tints of Midnight Blue #242670
RGB
CMYK
RGB Variations
Color information
#242670 (or 0x242670) is known color: Midnight Blue. HEX triplet: 24, 26 and 70. RGB value is (36,38,112). Sum of RGB (Red+Green+Blue) = 36+38+112=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #242670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242670 is #DBD98F. Grayscale: #2D2D2D. Windows color (decimal): -14408080 or 7349796. OLE color: 7349796.
HSL color Cylindrical-coordinate representation of color #242670: hue angle of 238.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #242670 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 38 | 112 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.56 |
| HSL | 238.42º | 0.51% | 0.29% | - |
| HSV(B) | 238.42º | 0.68% | 0.44% | - |
| XYZ | 4.35 | 2.93 | 15.67 | - |
| YUV | 45.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 112 | 0.68 | 0.66 | 0 | 0.56 | 238.42 | 0.51 | 0.29 |
| Hex | 24 | 26 | 70 | 44 | 42 | 0 | 38 | EE | 33 | 1D |
| Octal | 44 | 46 | 160 | 104 | 102 | 0 | 70 | 356 | 63 | 35 |
| Binary | 100100 | 100110 | 1110000 | 1000100 | 1000010 | 0 | 111000 | 11101110 | 110011 | 11101 |
Color Harmonies of #242670
Complementary color
Monochromatic Colors of #242670
Black with #242670
Text Example
Text Example
White with #242670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242670; }
p { color: rgb(36,38,112); }
H1.HeaderClassName
{
color: #242670;
}
.AnyTagClassName
{
color: #242670;
}
</style>
background-color css
<style>
a { background-color: #242670; }
a { background-color: rgb(36,38,112); }
div.DivClassName
{
background-color: #242670;
}
.BgClassName
{
background-color: #242670;
}
</style>
border-color css
<style>
span { border-color: #242670; }
span { border-color: rgb(36,38,112); }
td.TdClassName
{
border-color: #242670;
}
.TagClassName
{
border-color: #242670;
}
</style>