Shades of Midnight Blue #151973
Tints of Midnight Blue #151973
RGB
CMYK
RGB Variations
Color information
#151973 (or 0x151973) is known color: Midnight Blue. HEX triplet: 15, 19 and 73. RGB value is (21,25,115). Sum of RGB (Red+Green+Blue) = 21+25+115=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #151973 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151973 is #EAE68C. Grayscale: #212121. Windows color (decimal): -15394445 or 7543061. OLE color: 7543061.
HSL color Cylindrical-coordinate representation of color #151973: hue angle of 237.45º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151973 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 25 | 115 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.55 |
| HSL | 237.45º | 0.69% | 0.27% | - |
| HSV(B) | 237.45º | 0.82% | 0.45% | - |
| XYZ | 3.75 | 2.09 | 16.43 | - |
| YUV | 34.06 | 173.67 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 115 | 0.82 | 0.78 | 0 | 0.55 | 237.45 | 0.69 | 0.27 |
| Hex | 15 | 19 | 73 | 52 | 4E | 0 | 37 | ED | 45 | 1B |
| Octal | 25 | 31 | 163 | 122 | 116 | 0 | 67 | 355 | 105 | 33 |
| Binary | 10101 | 11001 | 1110011 | 1010010 | 1001110 | 0 | 110111 | 11101101 | 1000101 | 11011 |
Color Harmonies of #151973
Complementary color
Monochromatic Colors of #151973
Black with #151973
Text Example
Text Example
White with #151973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151973; }
p { color: rgb(21,25,115); }
H1.HeaderClassName
{
color: #151973;
}
.AnyTagClassName
{
color: #151973;
}
</style>
background-color css
<style>
a { background-color: #151973; }
a { background-color: rgb(21,25,115); }
div.DivClassName
{
background-color: #151973;
}
.BgClassName
{
background-color: #151973;
}
</style>
border-color css
<style>
span { border-color: #151973; }
span { border-color: rgb(21,25,115); }
td.TdClassName
{
border-color: #151973;
}
.TagClassName
{
border-color: #151973;
}
</style>