Shades of Midnight Blue #071474
Tints of Midnight Blue #071474
RGB
CMYK
RGB Variations
Color information
#071474 (or 0x071474) is known color: Midnight Blue. HEX triplet: 07, 14 and 74. RGB value is (7,20,116). Sum of RGB (Red+Green+Blue) = 7+20+116=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 116 (45.70% from 255 or 81.12% from 143); Max value from RGB is 116 - color contains mainly: blue. Hex color #071474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071474 is #F8EB8B. Grayscale: #1A1A1A. Windows color (decimal): -16313228 or 7607303. OLE color: 7607303.
HSL color Cylindrical-coordinate representation of color #071474: hue angle of 232.84º 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 #071474 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 20 | 116 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.55 |
| HSL | 232.84º | 0.89% | 0.24% | - |
| HSV(B) | 232.84º | 0.94% | 0.45% | - |
| XYZ | 3.49 | 1.81 | 16.69 | - |
| YUV | 27.06 | 178.19 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 116 | 0.94 | 0.83 | 0 | 0.55 | 232.84 | 0.89 | 0.24 |
| Hex | 7 | 14 | 74 | 5E | 53 | 0 | 37 | E9 | 59 | 18 |
| Octal | 7 | 24 | 164 | 136 | 123 | 0 | 67 | 351 | 131 | 30 |
| Binary | 111 | 10100 | 1110100 | 1011110 | 1010011 | 0 | 110111 | 11101001 | 1011001 | 11000 |
Color Harmonies of #071474
Complementary color
Monochromatic Colors of #071474
Black with #071474
Text Example
Text Example
White with #071474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071474; }
p { color: rgb(7,20,116); }
H1.HeaderClassName
{
color: #071474;
}
.AnyTagClassName
{
color: #071474;
}
</style>
background-color css
<style>
a { background-color: #071474; }
a { background-color: rgb(7,20,116); }
div.DivClassName
{
background-color: #071474;
}
.BgClassName
{
background-color: #071474;
}
</style>
border-color css
<style>
span { border-color: #071474; }
span { border-color: rgb(7,20,116); }
td.TdClassName
{
border-color: #071474;
}
.TagClassName
{
border-color: #071474;
}
</style>