Shades of Midnight Blue #242681
Tints of Midnight Blue #242681
RGB
CMYK
RGB Variations
Color information
#242681 (or 0x242681) is known color: Midnight Blue. HEX triplet: 24, 26 and 81. RGB value is (36,38,129). Sum of RGB (Red+Green+Blue) = 36+38+129=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #242681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242681 is #DBD97E. Grayscale: #2F2F2F. Windows color (decimal): -14408063 or 8463908. OLE color: 8463908.
HSL color Cylindrical-coordinate representation of color #242681: hue angle of 238.71º 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 #242681 is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 38 | 129 | - |
| CMYK | 0.72 | 0.71 | 0 | 0.49 |
| HSL | 238.71º | 0.56% | 0.32% | - |
| HSV(B) | 238.71º | 0.72% | 0.51% | - |
| XYZ | 5.38 | 3.35 | 21.13 | - |
| YUV | 47.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 129 | 0.72 | 0.71 | 0 | 0.49 | 238.71 | 0.56 | 0.32 |
| Hex | 24 | 26 | 81 | 48 | 47 | 0 | 31 | EF | 38 | 20 |
| Octal | 44 | 46 | 201 | 110 | 107 | 0 | 61 | 357 | 70 | 40 |
| Binary | 100100 | 100110 | 10000001 | 1001000 | 1000111 | 0 | 110001 | 11101111 | 111000 | 100000 |
Color Harmonies of #242681
Complementary color
Monochromatic Colors of #242681
Black with #242681
Text Example
Text Example
White with #242681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242681; }
p { color: rgb(36,38,129); }
H1.HeaderClassName
{
color: #242681;
}
.AnyTagClassName
{
color: #242681;
}
</style>
background-color css
<style>
a { background-color: #242681; }
a { background-color: rgb(36,38,129); }
div.DivClassName
{
background-color: #242681;
}
.BgClassName
{
background-color: #242681;
}
</style>
border-color css
<style>
span { border-color: #242681; }
span { border-color: rgb(36,38,129); }
td.TdClassName
{
border-color: #242681;
}
.TagClassName
{
border-color: #242681;
}
</style>