Shades of Midnight Blue #041373
Tints of Midnight Blue #041373
RGB
CMYK
RGB Variations
Color information
#041373 (or 0x041373) is known color: Midnight Blue. HEX triplet: 04, 13 and 73. RGB value is (4,19,115). Sum of RGB (Red+Green+Blue) = 4+19+115=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #041373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041373 is #FBEC8C. Grayscale: #191919. Windows color (decimal): -16510093 or 7541508. OLE color: 7541508.
HSL color Cylindrical-coordinate representation of color #041373: hue angle of 231.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041373 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 19 | 115 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.55 |
| HSL | 231.89º | 0.93% | 0.23% | - |
| HSV(B) | 231.89º | 0.97% | 0.45% | - |
| XYZ | 3.38 | 1.73 | 16.38 | - |
| YUV | 25.46 | 178.53 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 115 | 0.97 | 0.83 | 0 | 0.55 | 231.89 | 0.93 | 0.23 |
| Hex | 4 | 13 | 73 | 61 | 53 | 0 | 37 | E8 | 5D | 17 |
| Octal | 4 | 23 | 163 | 141 | 123 | 0 | 67 | 350 | 135 | 27 |
| Binary | 100 | 10011 | 1110011 | 1100001 | 1010011 | 0 | 110111 | 11101000 | 1011101 | 10111 |
Color Harmonies of #041373
Complementary color
Monochromatic Colors of #041373
Black with #041373
Text Example
Text Example
White with #041373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041373; }
p { color: rgb(4,19,115); }
H1.HeaderClassName
{
color: #041373;
}
.AnyTagClassName
{
color: #041373;
}
</style>
background-color css
<style>
a { background-color: #041373; }
a { background-color: rgb(4,19,115); }
div.DivClassName
{
background-color: #041373;
}
.BgClassName
{
background-color: #041373;
}
</style>
border-color css
<style>
span { border-color: #041373; }
span { border-color: rgb(4,19,115); }
td.TdClassName
{
border-color: #041373;
}
.TagClassName
{
border-color: #041373;
}
</style>