Shades of Midnight Blue #242677
Tints of Midnight Blue #242677
RGB
CMYK
RGB Variations
Color information
#242677 (or 0x242677) is known color: Midnight Blue. HEX triplet: 24, 26 and 77. RGB value is (36,38,119). Sum of RGB (Red+Green+Blue) = 36+38+119=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #242677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242677 is #DBD988. Grayscale: #2E2E2E. Windows color (decimal): -14408073 or 7808548. OLE color: 7808548.
HSL color Cylindrical-coordinate representation of color #242677: hue angle of 238.55º 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 #242677 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 38 | 119 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.53 |
| HSL | 238.55º | 0.54% | 0.3% | - |
| HSV(B) | 238.55º | 0.7% | 0.47% | - |
| XYZ | 4.75 | 3.09 | 17.8 | - |
| YUV | 46.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 119 | 0.70 | 0.68 | 0 | 0.53 | 238.55 | 0.54 | 0.3 |
| Hex | 24 | 26 | 77 | 46 | 44 | 0 | 35 | EF | 36 | 1E |
| Octal | 44 | 46 | 167 | 106 | 104 | 0 | 65 | 357 | 66 | 36 |
| Binary | 100100 | 100110 | 1110111 | 1000110 | 1000100 | 0 | 110101 | 11101111 | 110110 | 11110 |
Color Harmonies of #242677
Complementary color
Monochromatic Colors of #242677
Black with #242677
Text Example
Text Example
White with #242677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242677; }
p { color: rgb(36,38,119); }
H1.HeaderClassName
{
color: #242677;
}
.AnyTagClassName
{
color: #242677;
}
</style>
background-color css
<style>
a { background-color: #242677; }
a { background-color: rgb(36,38,119); }
div.DivClassName
{
background-color: #242677;
}
.BgClassName
{
background-color: #242677;
}
</style>
border-color css
<style>
span { border-color: #242677; }
span { border-color: rgb(36,38,119); }
td.TdClassName
{
border-color: #242677;
}
.TagClassName
{
border-color: #242677;
}
</style>