Shades of Midnight Blue #242B77
Tints of Midnight Blue #242B77
RGB
CMYK
RGB Variations
Color information
#242B77 (or 0x242B77) is known color: Midnight Blue. HEX triplet: 24, 2B and 77. RGB value is (36,43,119). Sum of RGB (Red+Green+Blue) = 36+43+119=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #242B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B77 is #DBD488. Grayscale: #313131. Windows color (decimal): -14406793 or 7809828. OLE color: 7809828.
HSL color Cylindrical-coordinate representation of color #242B77: hue angle of 234.94º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #242B77 is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 43 | 119 | - |
| CMYK | 0.70 | 0.64 | 0 | 0.53 |
| HSL | 234.94º | 0.54% | 0.3% | - |
| HSV(B) | 234.94º | 0.7% | 0.47% | - |
| XYZ | 4.92 | 3.43 | 17.86 | - |
| YUV | 49.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 119 | 0.70 | 0.64 | 0 | 0.53 | 234.94 | 0.54 | 0.3 |
| Hex | 24 | 2B | 77 | 46 | 40 | 0 | 35 | EB | 36 | 1E |
| Octal | 44 | 53 | 167 | 106 | 100 | 0 | 65 | 353 | 66 | 36 |
| Binary | 100100 | 101011 | 1110111 | 1000110 | 1000000 | 0 | 110101 | 11101011 | 110110 | 11110 |
Color Harmonies of #242B77
Complementary color
Monochromatic Colors of #242B77
Black with #242B77
Text Example
Text Example
White with #242B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B77; }
p { color: rgb(36,43,119); }
H1.HeaderClassName
{
color: #242B77;
}
.AnyTagClassName
{
color: #242B77;
}
</style>
background-color css
<style>
a { background-color: #242B77; }
a { background-color: rgb(36,43,119); }
div.DivClassName
{
background-color: #242B77;
}
.BgClassName
{
background-color: #242B77;
}
</style>
border-color css
<style>
span { border-color: #242B77; }
span { border-color: rgb(36,43,119); }
td.TdClassName
{
border-color: #242B77;
}
.TagClassName
{
border-color: #242B77;
}
</style>