Shades of Midnight Blue #24277D
Tints of Midnight Blue #24277D
RGB
CMYK
RGB Variations
Color information
#24277D (or 0x24277D) is known color: Midnight Blue. HEX triplet: 24, 27 and 7D. RGB value is (36,39,125). Sum of RGB (Red+Green+Blue) = 36+39+125=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 125 (49.22% from 255 or 62.5% from 200); Max value from RGB is 125 - color contains mainly: blue. Hex color #24277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24277D is #DBD882. Grayscale: #2F2F2F. Windows color (decimal): -14407811 or 8202020. OLE color: 8202020.
HSL color Cylindrical-coordinate representation of color #24277D: hue angle of 237.98º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #24277D is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 39 | 125 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.51 |
| HSL | 237.98º | 0.55% | 0.32% | - |
| HSV(B) | 237.98º | 0.71% | 0.49% | - |
| XYZ | 5.15 | 3.31 | 19.77 | - |
| YUV | 47.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 125 | 0.71 | 0.69 | 0 | 0.51 | 237.98 | 0.55 | 0.32 |
| Hex | 24 | 27 | 7D | 47 | 45 | 0 | 33 | EE | 37 | 20 |
| Octal | 44 | 47 | 175 | 107 | 105 | 0 | 63 | 356 | 67 | 40 |
| Binary | 100100 | 100111 | 1111101 | 1000111 | 1000101 | 0 | 110011 | 11101110 | 110111 | 100000 |
Color Harmonies of #24277D
Complementary color
Monochromatic Colors of #24277D
Black with #24277D
Text Example
Text Example
White with #24277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24277D; }
p { color: rgb(36,39,125); }
H1.HeaderClassName
{
color: #24277D;
}
.AnyTagClassName
{
color: #24277D;
}
</style>
background-color css
<style>
a { background-color: #24277D; }
a { background-color: rgb(36,39,125); }
div.DivClassName
{
background-color: #24277D;
}
.BgClassName
{
background-color: #24277D;
}
</style>
border-color css
<style>
span { border-color: #24277D; }
span { border-color: rgb(36,39,125); }
td.TdClassName
{
border-color: #24277D;
}
.TagClassName
{
border-color: #24277D;
}
</style>