Shades of Midnight Blue #040348
Tints of Midnight Blue #040348
RGB
CMYK
RGB Variations
Color information
#040348 (or 0x040348) is known color: Midnight Blue. HEX triplet: 04, 03 and 48. RGB value is (4,3,72). Sum of RGB (Red+Green+Blue) = 4+3+72=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 72 (28.52% from 255 or 91.14% from 79); Max value from RGB is 72 - color contains mainly: blue. Hex color #040348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040348 is #FBFCB7. Grayscale: #0A0A0A. Windows color (decimal): -16514232 or 4719364. OLE color: 4719364.
HSL color Cylindrical-coordinate representation of color #040348: hue angle of 240.87º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040348 is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 3 | 72 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.72 |
| HSL | 240.87º | 0.92% | 0.15% | - |
| HSV(B) | 240.87º | 0.96% | 0.28% | - |
| XYZ | 1.25 | 0.56 | 6.17 | - |
| YUV | 11.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 72 | 0.94 | 0.96 | 0 | 0.72 | 240.87 | 0.92 | 0.15 |
| Hex | 4 | 3 | 48 | 5E | 60 | 0 | 48 | F1 | 5C | F |
| Octal | 4 | 3 | 110 | 136 | 140 | 0 | 110 | 361 | 134 | 17 |
| Binary | 100 | 11 | 1001000 | 1011110 | 1100000 | 0 | 1001000 | 11110001 | 1011100 | 1111 |
Color Harmonies of #040348
Complementary color
Monochromatic Colors of #040348
Black with #040348
Text Example
Text Example
White with #040348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040348; }
p { color: rgb(4,3,72); }
H1.HeaderClassName
{
color: #040348;
}
.AnyTagClassName
{
color: #040348;
}
</style>
background-color css
<style>
a { background-color: #040348; }
a { background-color: rgb(4,3,72); }
div.DivClassName
{
background-color: #040348;
}
.BgClassName
{
background-color: #040348;
}
</style>
border-color css
<style>
span { border-color: #040348; }
span { border-color: rgb(4,3,72); }
td.TdClassName
{
border-color: #040348;
}
.TagClassName
{
border-color: #040348;
}
</style>