Shades of Midnight Blue #151A71
Tints of Midnight Blue #151A71
RGB
CMYK
RGB Variations
Color information
#151A71 (or 0x151A71) is known color: Midnight Blue. HEX triplet: 15, 1A and 71. RGB value is (21,26,113). Sum of RGB (Red+Green+Blue) = 21+26+113=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 113 (44.53% from 255 or 70.62% from 160); Max value from RGB is 113 - color contains mainly: blue. Hex color #151A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A71 is #EAE58E. Grayscale: #222222. Windows color (decimal): -15394191 or 7412245. OLE color: 7412245.
HSL color Cylindrical-coordinate representation of color #151A71: hue angle of 236.74º 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 #151A71 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 26 | 113 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.56 |
| HSL | 236.74º | 0.69% | 0.26% | - |
| HSV(B) | 236.74º | 0.81% | 0.44% | - |
| XYZ | 3.66 | 2.09 | 15.83 | - |
| YUV | 34.42 | 172.34 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 113 | 0.81 | 0.77 | 0 | 0.56 | 236.74 | 0.69 | 0.26 |
| Hex | 15 | 1A | 71 | 51 | 4D | 0 | 38 | ED | 45 | 1A |
| Octal | 25 | 32 | 161 | 121 | 115 | 0 | 70 | 355 | 105 | 32 |
| Binary | 10101 | 11010 | 1110001 | 1010001 | 1001101 | 0 | 111000 | 11101101 | 1000101 | 11010 |
Color Harmonies of #151A71
Complementary color
Monochromatic Colors of #151A71
Black with #151A71
Text Example
Text Example
White with #151A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A71; }
p { color: rgb(21,26,113); }
H1.HeaderClassName
{
color: #151A71;
}
.AnyTagClassName
{
color: #151A71;
}
</style>
background-color css
<style>
a { background-color: #151A71; }
a { background-color: rgb(21,26,113); }
div.DivClassName
{
background-color: #151A71;
}
.BgClassName
{
background-color: #151A71;
}
</style>
border-color css
<style>
span { border-color: #151A71; }
span { border-color: rgb(21,26,113); }
td.TdClassName
{
border-color: #151A71;
}
.TagClassName
{
border-color: #151A71;
}
</style>