Shades of Midnight Blue #151E71
Tints of Midnight Blue #151E71
RGB
CMYK
RGB Variations
Color information
#151E71 (or 0x151E71) is known color: Midnight Blue. HEX triplet: 15, 1E and 71. RGB value is (21,30,113). Sum of RGB (Red+Green+Blue) = 21+30+113=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #151E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E71 is #EAE18E. Grayscale: #242424. Windows color (decimal): -15393167 or 7413269. OLE color: 7413269.
HSL color Cylindrical-coordinate representation of color #151E71: hue angle of 234.13º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #151E71 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 30 | 113 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.56 |
| HSL | 234.13º | 0.69% | 0.26% | - |
| HSV(B) | 234.13º | 0.81% | 0.44% | - |
| XYZ | 3.75 | 2.28 | 15.87 | - |
| YUV | 36.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 113 | 0.81 | 0.73 | 0 | 0.56 | 234.13 | 0.69 | 0.26 |
| Hex | 15 | 1E | 71 | 51 | 49 | 0 | 38 | EA | 45 | 1A |
| Octal | 25 | 36 | 161 | 121 | 111 | 0 | 70 | 352 | 105 | 32 |
| Binary | 10101 | 11110 | 1110001 | 1010001 | 1001001 | 0 | 111000 | 11101010 | 1000101 | 11010 |
Color Harmonies of #151E71
Complementary color
Monochromatic Colors of #151E71
Black with #151E71
Text Example
Text Example
White with #151E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E71; }
p { color: rgb(21,30,113); }
H1.HeaderClassName
{
color: #151E71;
}
.AnyTagClassName
{
color: #151E71;
}
</style>
background-color css
<style>
a { background-color: #151E71; }
a { background-color: rgb(21,30,113); }
div.DivClassName
{
background-color: #151E71;
}
.BgClassName
{
background-color: #151E71;
}
</style>
border-color css
<style>
span { border-color: #151E71; }
span { border-color: rgb(21,30,113); }
td.TdClassName
{
border-color: #151E71;
}
.TagClassName
{
border-color: #151E71;
}
</style>