Shades of Midnight Blue #151E72
Tints of Midnight Blue #151E72
RGB
CMYK
RGB Variations
Color information
#151E72 (or 0x151E72) is known color: Midnight Blue. HEX triplet: 15, 1E and 72. RGB value is (21,30,114). Sum of RGB (Red+Green+Blue) = 21+30+114=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #151E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E72 is #EAE18D. Grayscale: #242424. Windows color (decimal): -15393166 or 7478805. OLE color: 7478805.
HSL color Cylindrical-coordinate representation of color #151E72: hue angle of 234.19º 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 #151E72 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 30 | 114 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.55 |
| HSL | 234.19º | 0.69% | 0.26% | - |
| HSV(B) | 234.19º | 0.82% | 0.45% | - |
| XYZ | 3.81 | 2.3 | 16.16 | - |
| YUV | 36.89 | 171.52 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 114 | 0.82 | 0.74 | 0 | 0.55 | 234.19 | 0.69 | 0.26 |
| Hex | 15 | 1E | 72 | 52 | 4A | 0 | 37 | EA | 45 | 1A |
| Octal | 25 | 36 | 162 | 122 | 112 | 0 | 67 | 352 | 105 | 32 |
| Binary | 10101 | 11110 | 1110010 | 1010010 | 1001010 | 0 | 110111 | 11101010 | 1000101 | 11010 |
Color Harmonies of #151E72
Complementary color
Monochromatic Colors of #151E72
Black with #151E72
Text Example
Text Example
White with #151E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151E72; }
p { color: rgb(21,30,114); }
H1.HeaderClassName
{
color: #151E72;
}
.AnyTagClassName
{
color: #151E72;
}
</style>
background-color css
<style>
a { background-color: #151E72; }
a { background-color: rgb(21,30,114); }
div.DivClassName
{
background-color: #151E72;
}
.BgClassName
{
background-color: #151E72;
}
</style>
border-color css
<style>
span { border-color: #151E72; }
span { border-color: rgb(21,30,114); }
td.TdClassName
{
border-color: #151E72;
}
.TagClassName
{
border-color: #151E72;
}
</style>