Shades of Midnight Blue #051373
Tints of Midnight Blue #051373
RGB
CMYK
RGB Variations
Color information
#051373 (or 0x051373) is known color: Midnight Blue. HEX triplet: 05, 13 and 73. RGB value is (5,19,115). Sum of RGB (Red+Green+Blue) = 5+19+115=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 115 (45.31% from 255 or 82.73% from 139); Max value from RGB is 115 - color contains mainly: blue. Hex color #051373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051373 is #FAEC8C. Grayscale: #191919. Windows color (decimal): -16444557 or 7541509. OLE color: 7541509.
HSL color Cylindrical-coordinate representation of color #051373: hue angle of 232.36º 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 #051373 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 19 | 115 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.55 |
| HSL | 232.36º | 0.92% | 0.24% | - |
| HSV(B) | 232.36º | 0.96% | 0.45% | - |
| XYZ | 3.39 | 1.74 | 16.38 | - |
| YUV | 25.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 115 | 0.96 | 0.83 | 0 | 0.55 | 232.36 | 0.92 | 0.24 |
| Hex | 5 | 13 | 73 | 60 | 53 | 0 | 37 | E8 | 5C | 18 |
| Octal | 5 | 23 | 163 | 140 | 123 | 0 | 67 | 350 | 134 | 30 |
| Binary | 101 | 10011 | 1110011 | 1100000 | 1010011 | 0 | 110111 | 11101000 | 1011100 | 11000 |
Color Harmonies of #051373
Complementary color
Monochromatic Colors of #051373
Black with #051373
Text Example
Text Example
White with #051373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051373; }
p { color: rgb(5,19,115); }
H1.HeaderClassName
{
color: #051373;
}
.AnyTagClassName
{
color: #051373;
}
</style>
background-color css
<style>
a { background-color: #051373; }
a { background-color: rgb(5,19,115); }
div.DivClassName
{
background-color: #051373;
}
.BgClassName
{
background-color: #051373;
}
</style>
border-color css
<style>
span { border-color: #051373; }
span { border-color: rgb(5,19,115); }
td.TdClassName
{
border-color: #051373;
}
.TagClassName
{
border-color: #051373;
}
</style>