Shades of Midnight Blue #242A83
Tints of Midnight Blue #242A83
RGB
CMYK
RGB Variations
Color information
#242A83 (or 0x242A83) is known color: Midnight Blue. HEX triplet: 24, 2A and 83. RGB value is (36,42,131). Sum of RGB (Red+Green+Blue) = 36+42+131=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #242A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A83 is #DBD57C. Grayscale: #313131. Windows color (decimal): -14407037 or 8596004. OLE color: 8596004.
HSL color Cylindrical-coordinate representation of color #242A83: hue angle of 236.21º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #242A83 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 42 | 131 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.49 |
| HSL | 236.21º | 0.57% | 0.33% | - |
| HSV(B) | 236.21º | 0.73% | 0.51% | - |
| XYZ | 5.65 | 3.67 | 21.88 | - |
| YUV | 50.35 | 173.51 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 131 | 0.73 | 0.68 | 0 | 0.49 | 236.21 | 0.57 | 0.33 |
| Hex | 24 | 2A | 83 | 49 | 44 | 0 | 31 | EC | 39 | 21 |
| Octal | 44 | 52 | 203 | 111 | 104 | 0 | 61 | 354 | 71 | 41 |
| Binary | 100100 | 101010 | 10000011 | 1001001 | 1000100 | 0 | 110001 | 11101100 | 111001 | 100001 |
Color Harmonies of #242A83
Complementary color
Monochromatic Colors of #242A83
Black with #242A83
Text Example
Text Example
White with #242A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A83; }
p { color: rgb(36,42,131); }
H1.HeaderClassName
{
color: #242A83;
}
.AnyTagClassName
{
color: #242A83;
}
</style>
background-color css
<style>
a { background-color: #242A83; }
a { background-color: rgb(36,42,131); }
div.DivClassName
{
background-color: #242A83;
}
.BgClassName
{
background-color: #242A83;
}
</style>
border-color css
<style>
span { border-color: #242A83; }
span { border-color: rgb(36,42,131); }
td.TdClassName
{
border-color: #242A83;
}
.TagClassName
{
border-color: #242A83;
}
</style>