Shades of Midnight Blue #292473
Tints of Midnight Blue #292473
RGB
CMYK
RGB Variations
Color information
#292473 (or 0x292473) is known color: Midnight Blue. HEX triplet: 29, 24 and 73. RGB value is (41,36,115). Sum of RGB (Red+Green+Blue) = 41+36+115=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #292473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292473 is #D6DB8C. Grayscale: #2E2E2E. Windows color (decimal): -14080909 or 7545897. OLE color: 7545897.
HSL color Cylindrical-coordinate representation of color #292473: hue angle of 243.8º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292473 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 36 | 115 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.55 |
| HSL | 243.8º | 0.52% | 0.3% | - |
| HSV(B) | 243.8º | 0.69% | 0.45% | - |
| XYZ | 4.64 | 2.97 | 16.55 | - |
| YUV | 46.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 36 | 115 | 0.64 | 0.69 | 0 | 0.55 | 243.8 | 0.52 | 0.3 |
| Hex | 29 | 24 | 73 | 40 | 45 | 0 | 37 | F4 | 34 | 1E |
| Octal | 51 | 44 | 163 | 100 | 105 | 0 | 67 | 364 | 64 | 36 |
| Binary | 101001 | 100100 | 1110011 | 1000000 | 1000101 | 0 | 110111 | 11110100 | 110100 | 11110 |
Color Harmonies of #292473
Complementary color
Monochromatic Colors of #292473
Black with #292473
Text Example
Text Example
White with #292473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292473; }
p { color: rgb(41,36,115); }
H1.HeaderClassName
{
color: #292473;
}
.AnyTagClassName
{
color: #292473;
}
</style>
background-color css
<style>
a { background-color: #292473; }
a { background-color: rgb(41,36,115); }
div.DivClassName
{
background-color: #292473;
}
.BgClassName
{
background-color: #292473;
}
</style>
border-color css
<style>
span { border-color: #292473; }
span { border-color: rgb(41,36,115); }
td.TdClassName
{
border-color: #292473;
}
.TagClassName
{
border-color: #292473;
}
</style>