Shades of Midnight Blue #24288A
Tints of Midnight Blue #24288A
RGB
CMYK
RGB Variations
Color information
#24288A (or 0x24288A) is known color: Midnight Blue. HEX triplet: 24, 28 and 8A. RGB value is (36,40,138). Sum of RGB (Red+Green+Blue) = 36+40+138=214 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.82% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 138 (54.30% from 255 or 64.49% from 214); Max value from RGB is 138 - color contains mainly: blue. Hex color #24288A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24288A is #DBD775. Grayscale: #313131. Windows color (decimal): -14407542 or 9054244. OLE color: 9054244.
HSL color Cylindrical-coordinate representation of color #24288A: hue angle of 237.65º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24288A is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 40 | 138 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.46 |
| HSL | 237.65º | 0.59% | 0.34% | - |
| HSV(B) | 237.65º | 0.74% | 0.54% | - |
| XYZ | 6.07 | 3.73 | 24.44 | - |
| YUV | 49.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 138 | 0.74 | 0.71 | 0 | 0.46 | 237.65 | 0.59 | 0.34 |
| Hex | 24 | 28 | 8A | 4A | 47 | 0 | 2E | EE | 3B | 22 |
| Octal | 44 | 50 | 212 | 112 | 107 | 0 | 56 | 356 | 73 | 42 |
| Binary | 100100 | 101000 | 10001010 | 1001010 | 1000111 | 0 | 101110 | 11101110 | 111011 | 100010 |
Color Harmonies of #24288A
Complementary color
Monochromatic Colors of #24288A
Black with #24288A
Text Example
Text Example
White with #24288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24288A; }
p { color: rgb(36,40,138); }
H1.HeaderClassName
{
color: #24288A;
}
.AnyTagClassName
{
color: #24288A;
}
</style>
background-color css
<style>
a { background-color: #24288A; }
a { background-color: rgb(36,40,138); }
div.DivClassName
{
background-color: #24288A;
}
.BgClassName
{
background-color: #24288A;
}
</style>
border-color css
<style>
span { border-color: #24288A; }
span { border-color: rgb(36,40,138); }
td.TdClassName
{
border-color: #24288A;
}
.TagClassName
{
border-color: #24288A;
}
</style>