Shades of Midnight Blue #040350
Tints of Midnight Blue #040350
RGB
CMYK
RGB Variations
Color information
#040350 (or 0x040350) is known color: Midnight Blue. HEX triplet: 04, 03 and 50. RGB value is (4,3,80). Sum of RGB (Red+Green+Blue) = 4+3+80=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 80 (31.64% from 255 or 91.95% from 87); Max value from RGB is 80 - color contains mainly: blue. Hex color #040350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040350 is #FBFCAF. Grayscale: #0B0B0B. Windows color (decimal): -16514224 or 5243652. OLE color: 5243652.
HSL color Cylindrical-coordinate representation of color #040350: hue angle of 240.78º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040350 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 3 | 80 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.69 |
| HSL | 240.78º | 0.93% | 0.16% | - |
| HSV(B) | 240.78º | 0.96% | 0.31% | - |
| XYZ | 1.53 | 0.67 | 7.64 | - |
| YUV | 12.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 80 | 0.95 | 0.96 | 0 | 0.69 | 240.78 | 0.93 | 0.16 |
| Hex | 4 | 3 | 50 | 5F | 60 | 0 | 45 | F1 | 5D | 10 |
| Octal | 4 | 3 | 120 | 137 | 140 | 0 | 105 | 361 | 135 | 20 |
| Binary | 100 | 11 | 1010000 | 1011111 | 1100000 | 0 | 1000101 | 11110001 | 1011101 | 10000 |
Color Harmonies of #040350
Complementary color
Monochromatic Colors of #040350
Black with #040350
Text Example
Text Example
White with #040350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040350; }
p { color: rgb(4,3,80); }
H1.HeaderClassName
{
color: #040350;
}
.AnyTagClassName
{
color: #040350;
}
</style>
background-color css
<style>
a { background-color: #040350; }
a { background-color: rgb(4,3,80); }
div.DivClassName
{
background-color: #040350;
}
.BgClassName
{
background-color: #040350;
}
</style>
border-color css
<style>
span { border-color: #040350; }
span { border-color: rgb(4,3,80); }
td.TdClassName
{
border-color: #040350;
}
.TagClassName
{
border-color: #040350;
}
</style>