Shades of Midnight Blue #040750
Tints of Midnight Blue #040750
RGB
CMYK
RGB Variations
Color information
#040750 (or 0x040750) is known color: Midnight Blue. HEX triplet: 04, 07 and 50. RGB value is (4,7,80). Sum of RGB (Red+Green+Blue) = 4+7+80=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 80 (31.64% from 255 or 87.91% from 91); Max value from RGB is 80 - color contains mainly: blue. Hex color #040750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040750 is #FBF8AF. Grayscale: #0E0E0E. Windows color (decimal): -16513200 or 5244676. OLE color: 5244676.
HSL color Cylindrical-coordinate representation of color #040750: hue angle of 237.63º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040750 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 7 | 80 | - |
| CMYK | 0.95 | 0.91 | 0 | 0.69 |
| HSL | 237.63º | 0.9% | 0.16% | - |
| HSV(B) | 237.63º | 0.95% | 0.31% | - |
| XYZ | 1.57 | 0.76 | 7.65 | - |
| YUV | 14.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 80 | 0.95 | 0.91 | 0 | 0.69 | 237.63 | 0.9 | 0.16 |
| Hex | 4 | 7 | 50 | 5F | 5B | 0 | 45 | EE | 5A | 10 |
| Octal | 4 | 7 | 120 | 137 | 133 | 0 | 105 | 356 | 132 | 20 |
| Binary | 100 | 111 | 1010000 | 1011111 | 1011011 | 0 | 1000101 | 11101110 | 1011010 | 10000 |
Color Harmonies of #040750
Complementary color
Monochromatic Colors of #040750
Black with #040750
Text Example
Text Example
White with #040750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040750; }
p { color: rgb(4,7,80); }
H1.HeaderClassName
{
color: #040750;
}
.AnyTagClassName
{
color: #040750;
}
</style>
background-color css
<style>
a { background-color: #040750; }
a { background-color: rgb(4,7,80); }
div.DivClassName
{
background-color: #040750;
}
.BgClassName
{
background-color: #040750;
}
</style>
border-color css
<style>
span { border-color: #040750; }
span { border-color: rgb(4,7,80); }
td.TdClassName
{
border-color: #040750;
}
.TagClassName
{
border-color: #040750;
}
</style>