Shades of Midnight Blue #040555
Tints of Midnight Blue #040555
RGB
CMYK
RGB Variations
Color information
#040555 (or 0x040555) is known color: Midnight Blue. HEX triplet: 04, 05 and 55. RGB value is (4,5,85). Sum of RGB (Red+Green+Blue) = 4+5+85=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 85 (33.59% from 255 or 90.43% from 94); Max value from RGB is 85 - color contains mainly: blue. Hex color #040555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040555 is #FBFAAA. Grayscale: #0D0D0D. Windows color (decimal): -16513707 or 5571844. OLE color: 5571844.
HSL color Cylindrical-coordinate representation of color #040555: hue angle of 239.26º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040555 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 5 | 85 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.67 |
| HSL | 239.26º | 0.91% | 0.17% | - |
| HSV(B) | 239.26º | 0.95% | 0.33% | - |
| XYZ | 1.74 | 0.79 | 8.65 | - |
| YUV | 13.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 5 | 85 | 0.95 | 0.94 | 0 | 0.67 | 239.26 | 0.91 | 0.17 |
| Hex | 4 | 5 | 55 | 5F | 5E | 0 | 43 | EF | 5B | 11 |
| Octal | 4 | 5 | 125 | 137 | 136 | 0 | 103 | 357 | 133 | 21 |
| Binary | 100 | 101 | 1010101 | 1011111 | 1011110 | 0 | 1000011 | 11101111 | 1011011 | 10001 |
Color Harmonies of #040555
Complementary color
Monochromatic Colors of #040555
Black with #040555
Text Example
Text Example
White with #040555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040555; }
p { color: rgb(4,5,85); }
H1.HeaderClassName
{
color: #040555;
}
.AnyTagClassName
{
color: #040555;
}
</style>
background-color css
<style>
a { background-color: #040555; }
a { background-color: rgb(4,5,85); }
div.DivClassName
{
background-color: #040555;
}
.BgClassName
{
background-color: #040555;
}
</style>
border-color css
<style>
span { border-color: #040555; }
span { border-color: rgb(4,5,85); }
td.TdClassName
{
border-color: #040555;
}
.TagClassName
{
border-color: #040555;
}
</style>