Shades of Midnight Blue #242581
Tints of Midnight Blue #242581
RGB
CMYK
RGB Variations
Color information
#242581 (or 0x242581) is known color: Midnight Blue. HEX triplet: 24, 25 and 81. RGB value is (36,37,129). Sum of RGB (Red+Green+Blue) = 36+37+129=202 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.82% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #242581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242581 is #DBDA7E. Grayscale: #2E2E2E. Windows color (decimal): -14408319 or 8463652. OLE color: 8463652.
HSL color Cylindrical-coordinate representation of color #242581: hue angle of 239.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #242581 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 37 | 129 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.49 |
| HSL | 239.35º | 0.56% | 0.32% | - |
| HSV(B) | 239.35º | 0.72% | 0.51% | - |
| XYZ | 5.35 | 3.28 | 21.12 | - |
| YUV | 47.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 129 | 0.72 | 0.71 | 0 | 0.49 | 239.35 | 0.56 | 0.32 |
| Hex | 24 | 25 | 81 | 48 | 47 | 0 | 31 | EF | 38 | 20 |
| Octal | 44 | 45 | 201 | 110 | 107 | 0 | 61 | 357 | 70 | 40 |
| Binary | 100100 | 100101 | 10000001 | 1001000 | 1000111 | 0 | 110001 | 11101111 | 111000 | 100000 |
Color Harmonies of #242581
Complementary color
Monochromatic Colors of #242581
Black with #242581
Text Example
Text Example
White with #242581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242581; }
p { color: rgb(36,37,129); }
H1.HeaderClassName
{
color: #242581;
}
.AnyTagClassName
{
color: #242581;
}
</style>
background-color css
<style>
a { background-color: #242581; }
a { background-color: rgb(36,37,129); }
div.DivClassName
{
background-color: #242581;
}
.BgClassName
{
background-color: #242581;
}
</style>
border-color css
<style>
span { border-color: #242581; }
span { border-color: rgb(36,37,129); }
td.TdClassName
{
border-color: #242581;
}
.TagClassName
{
border-color: #242581;
}
</style>