Shades of Midnight Blue #151D86
Tints of Midnight Blue #151D86
RGB
CMYK
RGB Variations
Color information
#151D86 (or 0x151D86) is known color: Midnight Blue. HEX triplet: 15, 1D and 86. RGB value is (21,29,134). Sum of RGB (Red+Green+Blue) = 21+29+134=184 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.41% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #151D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151D86 is #EAE279. Grayscale: #262626. Windows color (decimal): -15393402 or 8789269. OLE color: 8789269.
HSL color Cylindrical-coordinate representation of color #151D86: hue angle of 235.75º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151D86 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 29 | 134 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.47 |
| HSL | 235.75º | 0.73% | 0.3% | - |
| HSV(B) | 235.75º | 0.84% | 0.53% | - |
| XYZ | 5.05 | 2.76 | 22.82 | - |
| YUV | 38.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 134 | 0.84 | 0.78 | 0 | 0.47 | 235.75 | 0.73 | 0.3 |
| Hex | 15 | 1D | 86 | 54 | 4E | 0 | 2F | EC | 49 | 1E |
| Octal | 25 | 35 | 206 | 124 | 116 | 0 | 57 | 354 | 111 | 36 |
| Binary | 10101 | 11101 | 10000110 | 1010100 | 1001110 | 0 | 101111 | 11101100 | 1001001 | 11110 |
Color Harmonies of #151D86
Complementary color
Monochromatic Colors of #151D86
Black with #151D86
Text Example
Text Example
White with #151D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D86; }
p { color: rgb(21,29,134); }
H1.HeaderClassName
{
color: #151D86;
}
.AnyTagClassName
{
color: #151D86;
}
</style>
background-color css
<style>
a { background-color: #151D86; }
a { background-color: rgb(21,29,134); }
div.DivClassName
{
background-color: #151D86;
}
.BgClassName
{
background-color: #151D86;
}
</style>
border-color css
<style>
span { border-color: #151D86; }
span { border-color: rgb(21,29,134); }
td.TdClassName
{
border-color: #151D86;
}
.TagClassName
{
border-color: #151D86;
}
</style>