Shades of Midnight Blue #151A72
Tints of Midnight Blue #151A72
RGB
CMYK
RGB Variations
Color information
#151A72 (or 0x151A72) is known color: Midnight Blue. HEX triplet: 15, 1A and 72. RGB value is (21,26,114). Sum of RGB (Red+Green+Blue) = 21+26+114=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #151A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151A72 is #EAE58D. Grayscale: #222222. Windows color (decimal): -15394190 or 7477781. OLE color: 7477781.
HSL color Cylindrical-coordinate representation of color #151A72: hue angle of 236.77º 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 #151A72 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 26 | 114 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.55 |
| HSL | 236.77º | 0.69% | 0.26% | - |
| HSV(B) | 236.77º | 0.82% | 0.45% | - |
| XYZ | 3.72 | 2.11 | 16.13 | - |
| YUV | 34.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 114 | 0.82 | 0.77 | 0 | 0.55 | 236.77 | 0.69 | 0.26 |
| Hex | 15 | 1A | 72 | 52 | 4D | 0 | 37 | ED | 45 | 1A |
| Octal | 25 | 32 | 162 | 122 | 115 | 0 | 67 | 355 | 105 | 32 |
| Binary | 10101 | 11010 | 1110010 | 1010010 | 1001101 | 0 | 110111 | 11101101 | 1000101 | 11010 |
Color Harmonies of #151A72
Complementary color
Monochromatic Colors of #151A72
Black with #151A72
Text Example
Text Example
White with #151A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A72; }
p { color: rgb(21,26,114); }
H1.HeaderClassName
{
color: #151A72;
}
.AnyTagClassName
{
color: #151A72;
}
</style>
background-color css
<style>
a { background-color: #151A72; }
a { background-color: rgb(21,26,114); }
div.DivClassName
{
background-color: #151A72;
}
.BgClassName
{
background-color: #151A72;
}
</style>
border-color css
<style>
span { border-color: #151A72; }
span { border-color: rgb(21,26,114); }
td.TdClassName
{
border-color: #151A72;
}
.TagClassName
{
border-color: #151A72;
}
</style>