Shades of Midnight Blue #151680
Tints of Midnight Blue #151680
RGB
CMYK
RGB Variations
Color information
#151680 (or 0x151680) is known color: Midnight Blue. HEX triplet: 15, 16 and 80. RGB value is (21,22,128). Sum of RGB (Red+Green+Blue) = 21+22+128=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #151680 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #151680 is #EAE97F. Grayscale: #212121. Windows color (decimal): -15395200 or 8394261. OLE color: 8394261.
HSL color Cylindrical-coordinate representation of color #151680: hue angle of 239.44º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #151680 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 22 | 128 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.50 |
| HSL | 239.44º | 0.72% | 0.29% | - |
| HSV(B) | 239.44º | 0.84% | 0.5% | - |
| XYZ | 4.49 | 2.29 | 20.63 | - |
| YUV | 33.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 128 | 0.84 | 0.83 | 0 | 0.50 | 239.44 | 0.72 | 0.29 |
| Hex | 15 | 16 | 80 | 54 | 53 | 0 | 32 | EF | 48 | 1D |
| Octal | 25 | 26 | 200 | 124 | 123 | 0 | 62 | 357 | 110 | 35 |
| Binary | 10101 | 10110 | 10000000 | 1010100 | 1010011 | 0 | 110010 | 11101111 | 1001000 | 11101 |
Color Harmonies of #151680
Complementary color
Monochromatic Colors of #151680
Black with #151680
Text Example
Text Example
White with #151680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151680; }
p { color: rgb(21,22,128); }
H1.HeaderClassName
{
color: #151680;
}
.AnyTagClassName
{
color: #151680;
}
</style>
background-color css
<style>
a { background-color: #151680; }
a { background-color: rgb(21,22,128); }
div.DivClassName
{
background-color: #151680;
}
.BgClassName
{
background-color: #151680;
}
</style>
border-color css
<style>
span { border-color: #151680; }
span { border-color: rgb(21,22,128); }
td.TdClassName
{
border-color: #151680;
}
.TagClassName
{
border-color: #151680;
}
</style>