Shades of Midnight Blue #040655
Tints of Midnight Blue #040655
RGB
CMYK
RGB Variations
Color information
#040655 (or 0x040655) is known color: Midnight Blue. HEX triplet: 04, 06 and 55. RGB value is (4,6,85). Sum of RGB (Red+Green+Blue) = 4+6+85=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 85 (33.59% from 255 or 89.47% from 95); Max value from RGB is 85 - color contains mainly: blue. Hex color #040655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040655 is #FBF9AA. Grayscale: #0E0E0E. Windows color (decimal): -16513451 or 5572100. OLE color: 5572100.
HSL color Cylindrical-coordinate representation of color #040655: hue angle of 238.52º 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 #040655 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 6 | 85 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.67 |
| HSL | 238.52º | 0.91% | 0.17% | - |
| HSV(B) | 238.52º | 0.95% | 0.33% | - |
| XYZ | 1.75 | 0.81 | 8.66 | - |
| YUV | 14.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 6 | 85 | 0.95 | 0.93 | 0 | 0.67 | 238.52 | 0.91 | 0.17 |
| Hex | 4 | 6 | 55 | 5F | 5D | 0 | 43 | EF | 5B | 11 |
| Octal | 4 | 6 | 125 | 137 | 135 | 0 | 103 | 357 | 133 | 21 |
| Binary | 100 | 110 | 1010101 | 1011111 | 1011101 | 0 | 1000011 | 11101111 | 1011011 | 10001 |
Color Harmonies of #040655
Complementary color
Monochromatic Colors of #040655
Black with #040655
Text Example
Text Example
White with #040655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040655; }
p { color: rgb(4,6,85); }
H1.HeaderClassName
{
color: #040655;
}
.AnyTagClassName
{
color: #040655;
}
</style>
background-color css
<style>
a { background-color: #040655; }
a { background-color: rgb(4,6,85); }
div.DivClassName
{
background-color: #040655;
}
.BgClassName
{
background-color: #040655;
}
</style>
border-color css
<style>
span { border-color: #040655; }
span { border-color: rgb(4,6,85); }
td.TdClassName
{
border-color: #040655;
}
.TagClassName
{
border-color: #040655;
}
</style>