Shades of Midnight Blue #242089
Tints of Midnight Blue #242089
RGB
CMYK
RGB Variations
Color information
#242089 (or 0x242089) is known color: Midnight Blue. HEX triplet: 24, 20 and 89. RGB value is (36,32,137). Sum of RGB (Red+Green+Blue) = 36+32+137=205 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.56% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #242089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242089 is #DBDF76. Grayscale: #2C2C2C. Windows color (decimal): -14409591 or 8986660. OLE color: 8986660.
HSL color Cylindrical-coordinate representation of color #242089: hue angle of 242.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242089 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 32 | 137 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.46 |
| HSL | 242.29º | 0.62% | 0.33% | - |
| HSV(B) | 242.29º | 0.77% | 0.54% | - |
| XYZ | 5.76 | 3.21 | 23.98 | - |
| YUV | 45.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 137 | 0.74 | 0.77 | 0 | 0.46 | 242.29 | 0.62 | 0.33 |
| Hex | 24 | 20 | 89 | 4A | 4D | 0 | 2E | F2 | 3E | 21 |
| Octal | 44 | 40 | 211 | 112 | 115 | 0 | 56 | 362 | 76 | 41 |
| Binary | 100100 | 100000 | 10001001 | 1001010 | 1001101 | 0 | 101110 | 11110010 | 111110 | 100001 |
Color Harmonies of #242089
Complementary color
Monochromatic Colors of #242089
Black with #242089
Text Example
Text Example
White with #242089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242089; }
p { color: rgb(36,32,137); }
H1.HeaderClassName
{
color: #242089;
}
.AnyTagClassName
{
color: #242089;
}
</style>
background-color css
<style>
a { background-color: #242089; }
a { background-color: rgb(36,32,137); }
div.DivClassName
{
background-color: #242089;
}
.BgClassName
{
background-color: #242089;
}
</style>
border-color css
<style>
span { border-color: #242089; }
span { border-color: rgb(36,32,137); }
td.TdClassName
{
border-color: #242089;
}
.TagClassName
{
border-color: #242089;
}
</style>