Shades of Midnight Blue #040963
Tints of Midnight Blue #040963
RGB
CMYK
RGB Variations
Color information
#040963 (or 0x040963) is known color: Midnight Blue. HEX triplet: 04, 09 and 63. RGB value is (4,9,99). Sum of RGB (Red+Green+Blue) = 4+9+99=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #040963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040963 is #FBF69C. Grayscale: #111111. Windows color (decimal): -16512669 or 6490372. OLE color: 6490372.
HSL color Cylindrical-coordinate representation of color #040963: hue angle of 236.84º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040963 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 9 | 99 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.61 |
| HSL | 236.84º | 0.92% | 0.2% | - |
| HSV(B) | 236.84º | 0.96% | 0.39% | - |
| XYZ | 2.4 | 1.12 | 11.89 | - |
| YUV | 17.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 99 | 0.96 | 0.91 | 0 | 0.61 | 236.84 | 0.92 | 0.2 |
| Hex | 4 | 9 | 63 | 60 | 5B | 0 | 3D | ED | 5C | 14 |
| Octal | 4 | 11 | 143 | 140 | 133 | 0 | 75 | 355 | 134 | 24 |
| Binary | 100 | 1001 | 1100011 | 1100000 | 1011011 | 0 | 111101 | 11101101 | 1011100 | 10100 |
Color Harmonies of #040963
Complementary color
Monochromatic Colors of #040963
Black with #040963
Text Example
Text Example
White with #040963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040963; }
p { color: rgb(4,9,99); }
H1.HeaderClassName
{
color: #040963;
}
.AnyTagClassName
{
color: #040963;
}
</style>
background-color css
<style>
a { background-color: #040963; }
a { background-color: rgb(4,9,99); }
div.DivClassName
{
background-color: #040963;
}
.BgClassName
{
background-color: #040963;
}
</style>
border-color css
<style>
span { border-color: #040963; }
span { border-color: rgb(4,9,99); }
td.TdClassName
{
border-color: #040963;
}
.TagClassName
{
border-color: #040963;
}
</style>