Shades of Midnight Blue #151974
Tints of Midnight Blue #151974
RGB
CMYK
RGB Variations
Color information
#151974 (or 0x151974) is known color: Midnight Blue. HEX triplet: 15, 19 and 74. RGB value is (21,25,116). Sum of RGB (Red+Green+Blue) = 21+25+116=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 116 (45.70% from 255 or 71.60% from 162); Max value from RGB is 116 - color contains mainly: blue. Hex color #151974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151974 is #EAE68B. Grayscale: #212121. Windows color (decimal): -15394444 or 7608597. OLE color: 7608597.
HSL color Cylindrical-coordinate representation of color #151974: hue angle of 237.47º 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 #151974 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 25 | 116 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.55 |
| HSL | 237.47º | 0.69% | 0.27% | - |
| HSV(B) | 237.47º | 0.82% | 0.45% | - |
| XYZ | 3.81 | 2.12 | 16.73 | - |
| YUV | 34.18 | 174.17 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 116 | 0.82 | 0.78 | 0 | 0.55 | 237.47 | 0.69 | 0.27 |
| Hex | 15 | 19 | 74 | 52 | 4E | 0 | 37 | ED | 45 | 1B |
| Octal | 25 | 31 | 164 | 122 | 116 | 0 | 67 | 355 | 105 | 33 |
| Binary | 10101 | 11001 | 1110100 | 1010010 | 1001110 | 0 | 110111 | 11101101 | 1000101 | 11011 |
Color Harmonies of #151974
Complementary color
Monochromatic Colors of #151974
Black with #151974
Text Example
Text Example
White with #151974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151974; }
p { color: rgb(21,25,116); }
H1.HeaderClassName
{
color: #151974;
}
.AnyTagClassName
{
color: #151974;
}
</style>
background-color css
<style>
a { background-color: #151974; }
a { background-color: rgb(21,25,116); }
div.DivClassName
{
background-color: #151974;
}
.BgClassName
{
background-color: #151974;
}
</style>
border-color css
<style>
span { border-color: #151974; }
span { border-color: rgb(21,25,116); }
td.TdClassName
{
border-color: #151974;
}
.TagClassName
{
border-color: #151974;
}
</style>