Shades of Midnight Blue #040355
Tints of Midnight Blue #040355
RGB
CMYK
RGB Variations
Color information
#040355 (or 0x040355) is known color: Midnight Blue. HEX triplet: 04, 03 and 55. RGB value is (4,3,85). Sum of RGB (Red+Green+Blue) = 4+3+85=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 85 (33.59% from 255 or 92.39% from 92); Max value from RGB is 85 - color contains mainly: blue. Hex color #040355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040355 is #FBFCAA. Grayscale: #0C0C0C. Windows color (decimal): -16514219 or 5571332. OLE color: 5571332.
HSL color Cylindrical-coordinate representation of color #040355: hue angle of 240.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040355 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 3 | 85 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.67 |
| HSL | 240.73º | 0.93% | 0.17% | - |
| HSV(B) | 240.73º | 0.96% | 0.33% | - |
| XYZ | 1.72 | 0.75 | 8.65 | - |
| YUV | 12.65 | 168.83 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 3 | 85 | 0.95 | 0.96 | 0 | 0.67 | 240.73 | 0.93 | 0.17 |
| Hex | 4 | 3 | 55 | 5F | 60 | 0 | 43 | F1 | 5D | 11 |
| Octal | 4 | 3 | 125 | 137 | 140 | 0 | 103 | 361 | 135 | 21 |
| Binary | 100 | 11 | 1010101 | 1011111 | 1100000 | 0 | 1000011 | 11110001 | 1011101 | 10001 |
Color Harmonies of #040355
Complementary color
Monochromatic Colors of #040355
Black with #040355
Text Example
Text Example
White with #040355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040355; }
p { color: rgb(4,3,85); }
H1.HeaderClassName
{
color: #040355;
}
.AnyTagClassName
{
color: #040355;
}
</style>
background-color css
<style>
a { background-color: #040355; }
a { background-color: rgb(4,3,85); }
div.DivClassName
{
background-color: #040355;
}
.BgClassName
{
background-color: #040355;
}
</style>
border-color css
<style>
span { border-color: #040355; }
span { border-color: rgb(4,3,85); }
td.TdClassName
{
border-color: #040355;
}
.TagClassName
{
border-color: #040355;
}
</style>