Shades of Midnight Blue #051573
Tints of Midnight Blue #051573
RGB
CMYK
RGB Variations
Color information
#051573 (or 0x051573) is known color: Midnight Blue. HEX triplet: 05, 15 and 73. RGB value is (5,21,115). Sum of RGB (Red+Green+Blue) = 5+21+115=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #051573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051573 is #FAEA8C. Grayscale: #1A1A1A. Windows color (decimal): -16444045 or 7542021. OLE color: 7542021.
HSL color Cylindrical-coordinate representation of color #051573: hue angle of 231.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051573 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 21 | 115 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.55 |
| HSL | 231.27º | 0.92% | 0.24% | - |
| HSV(B) | 231.27º | 0.96% | 0.45% | - |
| XYZ | 3.43 | 1.81 | 16.39 | - |
| YUV | 26.93 | 177.7 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 115 | 0.96 | 0.82 | 0 | 0.55 | 231.27 | 0.92 | 0.24 |
| Hex | 5 | 15 | 73 | 60 | 52 | 0 | 37 | E7 | 5C | 18 |
| Octal | 5 | 25 | 163 | 140 | 122 | 0 | 67 | 347 | 134 | 30 |
| Binary | 101 | 10101 | 1110011 | 1100000 | 1010010 | 0 | 110111 | 11100111 | 1011100 | 11000 |
Color Harmonies of #051573
Complementary color
Monochromatic Colors of #051573
Black with #051573
Text Example
Text Example
White with #051573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051573; }
p { color: rgb(5,21,115); }
H1.HeaderClassName
{
color: #051573;
}
.AnyTagClassName
{
color: #051573;
}
</style>
background-color css
<style>
a { background-color: #051573; }
a { background-color: rgb(5,21,115); }
div.DivClassName
{
background-color: #051573;
}
.BgClassName
{
background-color: #051573;
}
</style>
border-color css
<style>
span { border-color: #051573; }
span { border-color: rgb(5,21,115); }
td.TdClassName
{
border-color: #051573;
}
.TagClassName
{
border-color: #051573;
}
</style>