Shades of Midnight Blue #071271
Tints of Midnight Blue #071271
RGB
CMYK
RGB Variations
Color information
#071271 (or 0x071271) is known color: Midnight Blue. HEX triplet: 07, 12 and 71. RGB value is (7,18,113). Sum of RGB (Red+Green+Blue) = 7+18+113=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 113 (44.53% from 255 or 81.88% from 138); Max value from RGB is 113 - color contains mainly: blue. Hex color #071271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071271 is #F8ED8E. Grayscale: #191919. Windows color (decimal): -16313743 or 7410183. OLE color: 7410183.
HSL color Cylindrical-coordinate representation of color #071271: hue angle of 233.77º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071271 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 18 | 113 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.56 |
| HSL | 233.77º | 0.88% | 0.24% | - |
| HSV(B) | 233.77º | 0.94% | 0.44% | - |
| XYZ | 3.28 | 1.67 | 15.77 | - |
| YUV | 25.54 | 177.36 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 113 | 0.94 | 0.84 | 0 | 0.56 | 233.77 | 0.88 | 0.24 |
| Hex | 7 | 12 | 71 | 5E | 54 | 0 | 38 | EA | 58 | 18 |
| Octal | 7 | 22 | 161 | 136 | 124 | 0 | 70 | 352 | 130 | 30 |
| Binary | 111 | 10010 | 1110001 | 1011110 | 1010100 | 0 | 111000 | 11101010 | 1011000 | 11000 |
Color Harmonies of #071271
Complementary color
Monochromatic Colors of #071271
Black with #071271
Text Example
Text Example
White with #071271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071271; }
p { color: rgb(7,18,113); }
H1.HeaderClassName
{
color: #071271;
}
.AnyTagClassName
{
color: #071271;
}
</style>
background-color css
<style>
a { background-color: #071271; }
a { background-color: rgb(7,18,113); }
div.DivClassName
{
background-color: #071271;
}
.BgClassName
{
background-color: #071271;
}
</style>
border-color css
<style>
span { border-color: #071271; }
span { border-color: rgb(7,18,113); }
td.TdClassName
{
border-color: #071271;
}
.TagClassName
{
border-color: #071271;
}
</style>