Shades of Midnight Blue #242174
Tints of Midnight Blue #242174
RGB
CMYK
RGB Variations
Color information
#242174 (or 0x242174) is known color: Midnight Blue. HEX triplet: 24, 21 and 74. RGB value is (36,33,116). Sum of RGB (Red+Green+Blue) = 36+33+116=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #242174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242174 is #DBDE8B. Grayscale: #2B2B2B. Windows color (decimal): -14409356 or 7610660. OLE color: 7610660.
HSL color Cylindrical-coordinate representation of color #242174: hue angle of 242.17º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242174 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 33 | 116 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.55 |
| HSL | 242.17º | 0.56% | 0.29% | - |
| HSV(B) | 242.17º | 0.72% | 0.45% | - |
| XYZ | 4.42 | 2.72 | 16.82 | - |
| YUV | 43.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 116 | 0.69 | 0.72 | 0 | 0.55 | 242.17 | 0.56 | 0.29 |
| Hex | 24 | 21 | 74 | 45 | 48 | 0 | 37 | F2 | 38 | 1D |
| Octal | 44 | 41 | 164 | 105 | 110 | 0 | 67 | 362 | 70 | 35 |
| Binary | 100100 | 100001 | 1110100 | 1000101 | 1001000 | 0 | 110111 | 11110010 | 111000 | 11101 |
Color Harmonies of #242174
Complementary color
Monochromatic Colors of #242174
Black with #242174
Text Example
Text Example
White with #242174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242174; }
p { color: rgb(36,33,116); }
H1.HeaderClassName
{
color: #242174;
}
.AnyTagClassName
{
color: #242174;
}
</style>
background-color css
<style>
a { background-color: #242174; }
a { background-color: rgb(36,33,116); }
div.DivClassName
{
background-color: #242174;
}
.BgClassName
{
background-color: #242174;
}
</style>
border-color css
<style>
span { border-color: #242174; }
span { border-color: rgb(36,33,116); }
td.TdClassName
{
border-color: #242174;
}
.TagClassName
{
border-color: #242174;
}
</style>