Shades of Midnight Blue #242185
Tints of Midnight Blue #242185
RGB
CMYK
RGB Variations
Color information
#242185 (or 0x242185) is known color: Midnight Blue. HEX triplet: 24, 21 and 85. RGB value is (36,33,133). Sum of RGB (Red+Green+Blue) = 36+33+133=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #242185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242185 is #DBDE7A. Grayscale: #2C2C2C. Windows color (decimal): -14409339 or 8724772. OLE color: 8724772.
HSL color Cylindrical-coordinate representation of color #242185: hue angle of 241.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242185 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 36 | 33 | 133 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.48 |
| HSL | 241.8º | 0.6% | 0.33% | - |
| HSV(B) | 241.8º | 0.75% | 0.52% | - |
| XYZ | 5.51 | 3.16 | 22.51 | - |
| YUV | 45.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 133 | 0.73 | 0.75 | 0 | 0.48 | 241.8 | 0.6 | 0.33 |
| Hex | 24 | 21 | 85 | 49 | 4B | 0 | 30 | F2 | 3C | 21 |
| Octal | 44 | 41 | 205 | 111 | 113 | 0 | 60 | 362 | 74 | 41 |
| Binary | 100100 | 100001 | 10000101 | 1001001 | 1001011 | 0 | 110000 | 11110010 | 111100 | 100001 |
Color Harmonies of #242185
Complementary color
Monochromatic Colors of #242185
Black with #242185
Text Example
Text Example
White with #242185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242185; }
p { color: rgb(36,33,133); }
H1.HeaderClassName
{
color: #242185;
}
.AnyTagClassName
{
color: #242185;
}
</style>
background-color css
<style>
a { background-color: #242185; }
a { background-color: rgb(36,33,133); }
div.DivClassName
{
background-color: #242185;
}
.BgClassName
{
background-color: #242185;
}
</style>
border-color css
<style>
span { border-color: #242185; }
span { border-color: rgb(36,33,133); }
td.TdClassName
{
border-color: #242185;
}
.TagClassName
{
border-color: #242185;
}
</style>