Shades of Midnight Blue #151D72
Tints of Midnight Blue #151D72
RGB
CMYK
RGB Variations
Color information
#151D72 (or 0x151D72) is known color: Midnight Blue. HEX triplet: 15, 1D and 72. RGB value is (21,29,114). Sum of RGB (Red+Green+Blue) = 21+29+114=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #151D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151D72 is #EAE28D. Grayscale: #232323. Windows color (decimal): -15393422 or 7478549. OLE color: 7478549.
HSL color Cylindrical-coordinate representation of color #151D72: hue angle of 234.84º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151D72 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 29 | 114 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.55 |
| HSL | 234.84º | 0.69% | 0.26% | - |
| HSV(B) | 234.84º | 0.82% | 0.45% | - |
| XYZ | 3.79 | 2.25 | 16.15 | - |
| YUV | 36.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 114 | 0.82 | 0.75 | 0 | 0.55 | 234.84 | 0.69 | 0.26 |
| Hex | 15 | 1D | 72 | 52 | 4B | 0 | 37 | EB | 45 | 1A |
| Octal | 25 | 35 | 162 | 122 | 113 | 0 | 67 | 353 | 105 | 32 |
| Binary | 10101 | 11101 | 1110010 | 1010010 | 1001011 | 0 | 110111 | 11101011 | 1000101 | 11010 |
Color Harmonies of #151D72
Complementary color
Monochromatic Colors of #151D72
Black with #151D72
Text Example
Text Example
White with #151D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D72; }
p { color: rgb(21,29,114); }
H1.HeaderClassName
{
color: #151D72;
}
.AnyTagClassName
{
color: #151D72;
}
</style>
background-color css
<style>
a { background-color: #151D72; }
a { background-color: rgb(21,29,114); }
div.DivClassName
{
background-color: #151D72;
}
.BgClassName
{
background-color: #151D72;
}
</style>
border-color css
<style>
span { border-color: #151D72; }
span { border-color: rgb(21,29,114); }
td.TdClassName
{
border-color: #151D72;
}
.TagClassName
{
border-color: #151D72;
}
</style>