Shades of Midnight Blue #040551
Tints of Midnight Blue #040551
RGB
CMYK
RGB Variations
Color information
#040551 (or 0x040551) is known color: Midnight Blue. HEX triplet: 04, 05 and 51. RGB value is (4,5,81). Sum of RGB (Red+Green+Blue) = 4+5+81=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 5 (2.34% from 255 or 5.56% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #040551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040551 is #FBFAAE. Grayscale: #0D0D0D. Windows color (decimal): -16513711 or 5309700. OLE color: 5309700.
HSL color Cylindrical-coordinate representation of color #040551: hue angle of 239.22º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040551 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 5 | 81 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.68 |
| HSL | 239.22º | 0.91% | 0.17% | - |
| HSV(B) | 239.22º | 0.95% | 0.32% | - |
| XYZ | 1.59 | 0.73 | 7.84 | - |
| YUV | 13.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 81 | 0.95 | 0.94 | 0 | 0.68 | 239.22 | 0.91 | 0.17 |
| Hex | 4 | 5 | 51 | 5F | 5E | 0 | 44 | EF | 5B | 11 |
| Octal | 4 | 5 | 121 | 137 | 136 | 0 | 104 | 357 | 133 | 21 |
| Binary | 100 | 101 | 1010001 | 1011111 | 1011110 | 0 | 1000100 | 11101111 | 1011011 | 10001 |
Color Harmonies of #040551
Complementary color
Monochromatic Colors of #040551
Black with #040551
Text Example
Text Example
White with #040551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040551; }
p { color: rgb(4,5,81); }
H1.HeaderClassName
{
color: #040551;
}
.AnyTagClassName
{
color: #040551;
}
</style>
background-color css
<style>
a { background-color: #040551; }
a { background-color: rgb(4,5,81); }
div.DivClassName
{
background-color: #040551;
}
.BgClassName
{
background-color: #040551;
}
</style>
border-color css
<style>
span { border-color: #040551; }
span { border-color: rgb(4,5,81); }
td.TdClassName
{
border-color: #040551;
}
.TagClassName
{
border-color: #040551;
}
</style>