Shades of Midnight Blue #24277A
Tints of Midnight Blue #24277A
RGB
CMYK
RGB Variations
Color information
#24277A (or 0x24277A) is known color: Midnight Blue. HEX triplet: 24, 27 and 7A. RGB value is (36,39,122). Sum of RGB (Red+Green+Blue) = 36+39+122=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 39 (15.62% from 255 or 19.80% from 197); Blue value is 122 (48.05% from 255 or 61.93% from 197); Max value from RGB is 122 - color contains mainly: blue. Hex color #24277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24277A is #DBD885. Grayscale: #2F2F2F. Windows color (decimal): -14407814 or 8005412. OLE color: 8005412.
HSL color Cylindrical-coordinate representation of color #24277A: hue angle of 237.91º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24277A is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 39 | 122 | - |
| CMYK | 0.70 | 0.68 | 0 | 0.52 |
| HSL | 237.91º | 0.54% | 0.31% | - |
| HSV(B) | 237.91º | 0.7% | 0.48% | - |
| XYZ | 4.97 | 3.23 | 18.77 | - |
| YUV | 47.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 122 | 0.70 | 0.68 | 0 | 0.52 | 237.91 | 0.54 | 0.31 |
| Hex | 24 | 27 | 7A | 46 | 44 | 0 | 34 | EE | 36 | 1F |
| Octal | 44 | 47 | 172 | 106 | 104 | 0 | 64 | 356 | 66 | 37 |
| Binary | 100100 | 100111 | 1111010 | 1000110 | 1000100 | 0 | 110100 | 11101110 | 110110 | 11111 |
Color Harmonies of #24277A
Complementary color
Monochromatic Colors of #24277A
Black with #24277A
Text Example
Text Example
White with #24277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24277A; }
p { color: rgb(36,39,122); }
H1.HeaderClassName
{
color: #24277A;
}
.AnyTagClassName
{
color: #24277A;
}
</style>
background-color css
<style>
a { background-color: #24277A; }
a { background-color: rgb(36,39,122); }
div.DivClassName
{
background-color: #24277A;
}
.BgClassName
{
background-color: #24277A;
}
</style>
border-color css
<style>
span { border-color: #24277A; }
span { border-color: rgb(36,39,122); }
td.TdClassName
{
border-color: #24277A;
}
.TagClassName
{
border-color: #24277A;
}
</style>