Shades of Midnight Blue #051472
Tints of Midnight Blue #051472
RGB
CMYK
RGB Variations
Color information
#051472 (or 0x051472) is known color: Midnight Blue. HEX triplet: 05, 14 and 72. RGB value is (5,20,114). Sum of RGB (Red+Green+Blue) = 5+20+114=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #051472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051472 is #FAEB8D. Grayscale: #191919. Windows color (decimal): -16444302 or 7476229. OLE color: 7476229.
HSL color Cylindrical-coordinate representation of color #051472: hue angle of 231.74º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051472 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 20 | 114 | - |
| CMYK | 0.96 | 0.82 | 0 | 0.55 |
| HSL | 231.74º | 0.92% | 0.23% | - |
| HSV(B) | 231.74º | 0.96% | 0.45% | - |
| XYZ | 3.35 | 1.75 | 16.08 | - |
| YUV | 26.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 114 | 0.96 | 0.82 | 0 | 0.55 | 231.74 | 0.92 | 0.23 |
| Hex | 5 | 14 | 72 | 60 | 52 | 0 | 37 | E8 | 5C | 17 |
| Octal | 5 | 24 | 162 | 140 | 122 | 0 | 67 | 350 | 134 | 27 |
| Binary | 101 | 10100 | 1110010 | 1100000 | 1010010 | 0 | 110111 | 11101000 | 1011100 | 10111 |
Color Harmonies of #051472
Complementary color
Monochromatic Colors of #051472
Black with #051472
Text Example
Text Example
White with #051472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051472; }
p { color: rgb(5,20,114); }
H1.HeaderClassName
{
color: #051472;
}
.AnyTagClassName
{
color: #051472;
}
</style>
background-color css
<style>
a { background-color: #051472; }
a { background-color: rgb(5,20,114); }
div.DivClassName
{
background-color: #051472;
}
.BgClassName
{
background-color: #051472;
}
</style>
border-color css
<style>
span { border-color: #051472; }
span { border-color: rgb(5,20,114); }
td.TdClassName
{
border-color: #051472;
}
.TagClassName
{
border-color: #051472;
}
</style>