Shades of Midnight Blue #040961
Tints of Midnight Blue #040961
RGB
CMYK
RGB Variations
Color information
#040961 (or 0x040961) is known color: Midnight Blue. HEX triplet: 04, 09 and 61. RGB value is (4,9,97). Sum of RGB (Red+Green+Blue) = 4+9+97=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 97 (38.28% from 255 or 88.18% from 110); Max value from RGB is 97 - color contains mainly: blue. Hex color #040961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040961 is #FBF69E. Grayscale: #111111. Windows color (decimal): -16512671 or 6359300. OLE color: 6359300.
HSL color Cylindrical-coordinate representation of color #040961: hue angle of 236.77º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040961 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 9 | 97 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.62 |
| HSL | 236.77º | 0.92% | 0.2% | - |
| HSV(B) | 236.77º | 0.96% | 0.38% | - |
| XYZ | 2.31 | 1.08 | 11.4 | - |
| YUV | 17.54 | 172.84 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 97 | 0.96 | 0.91 | 0 | 0.62 | 236.77 | 0.92 | 0.2 |
| Hex | 4 | 9 | 61 | 60 | 5B | 0 | 3E | ED | 5C | 14 |
| Octal | 4 | 11 | 141 | 140 | 133 | 0 | 76 | 355 | 134 | 24 |
| Binary | 100 | 1001 | 1100001 | 1100000 | 1011011 | 0 | 111110 | 11101101 | 1011100 | 10100 |
Color Harmonies of #040961
Complementary color
Monochromatic Colors of #040961
Black with #040961
Text Example
Text Example
White with #040961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040961; }
p { color: rgb(4,9,97); }
H1.HeaderClassName
{
color: #040961;
}
.AnyTagClassName
{
color: #040961;
}
</style>
background-color css
<style>
a { background-color: #040961; }
a { background-color: rgb(4,9,97); }
div.DivClassName
{
background-color: #040961;
}
.BgClassName
{
background-color: #040961;
}
</style>
border-color css
<style>
span { border-color: #040961; }
span { border-color: rgb(4,9,97); }
td.TdClassName
{
border-color: #040961;
}
.TagClassName
{
border-color: #040961;
}
</style>