Shades of Midnight Blue #071374
Tints of Midnight Blue #071374
RGB
CMYK
RGB Variations
Color information
#071374 (or 0x071374) is known color: Midnight Blue. HEX triplet: 07, 13 and 74. RGB value is (7,19,116). Sum of RGB (Red+Green+Blue) = 7+19+116=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 116 (45.70% from 255 or 81.69% from 142); Max value from RGB is 116 - color contains mainly: blue. Hex color #071374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071374 is #F8EC8B. Grayscale: #1A1A1A. Windows color (decimal): -16313484 or 7607047. OLE color: 7607047.
HSL color Cylindrical-coordinate representation of color #071374: hue angle of 233.39º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071374 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 19 | 116 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.55 |
| HSL | 233.39º | 0.89% | 0.24% | - |
| HSV(B) | 233.39º | 0.94% | 0.45% | - |
| XYZ | 3.47 | 1.77 | 16.68 | - |
| YUV | 26.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 116 | 0.94 | 0.84 | 0 | 0.55 | 233.39 | 0.89 | 0.24 |
| Hex | 7 | 13 | 74 | 5E | 54 | 0 | 37 | E9 | 59 | 18 |
| Octal | 7 | 23 | 164 | 136 | 124 | 0 | 67 | 351 | 131 | 30 |
| Binary | 111 | 10011 | 1110100 | 1011110 | 1010100 | 0 | 110111 | 11101001 | 1011001 | 11000 |
Color Harmonies of #071374
Complementary color
Monochromatic Colors of #071374
Black with #071374
Text Example
Text Example
White with #071374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071374; }
p { color: rgb(7,19,116); }
H1.HeaderClassName
{
color: #071374;
}
.AnyTagClassName
{
color: #071374;
}
</style>
background-color css
<style>
a { background-color: #071374; }
a { background-color: rgb(7,19,116); }
div.DivClassName
{
background-color: #071374;
}
.BgClassName
{
background-color: #071374;
}
</style>
border-color css
<style>
span { border-color: #071374; }
span { border-color: rgb(7,19,116); }
td.TdClassName
{
border-color: #071374;
}
.TagClassName
{
border-color: #071374;
}
</style>