Shades of Midnight Blue #071A7D
Tints of Midnight Blue #071A7D
RGB
CMYK
RGB Variations
Color information
#071A7D (or 0x071A7D) is known color: Midnight Blue. HEX triplet: 07, 1A and 7D. RGB value is (7,26,125). Sum of RGB (Red+Green+Blue) = 7+26+125=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 125 (49.22% from 255 or 79.11% from 158); Max value from RGB is 125 - color contains mainly: blue. Hex color #071A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A7D is #F8E582. Grayscale: #1F1F1F. Windows color (decimal): -16311683 or 8198663. OLE color: 8198663.
HSL color Cylindrical-coordinate representation of color #071A7D: hue angle of 230.34º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071A7D is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 26 | 125 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.51 |
| HSL | 230.34º | 0.89% | 0.26% | - |
| HSV(B) | 230.34º | 0.94% | 0.49% | - |
| XYZ | 4.16 | 2.26 | 19.62 | - |
| YUV | 31.61 | 180.71 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 125 | 0.94 | 0.79 | 0 | 0.51 | 230.34 | 0.89 | 0.26 |
| Hex | 7 | 1A | 7D | 5E | 4F | 0 | 33 | E6 | 59 | 1A |
| Octal | 7 | 32 | 175 | 136 | 117 | 0 | 63 | 346 | 131 | 32 |
| Binary | 111 | 11010 | 1111101 | 1011110 | 1001111 | 0 | 110011 | 11100110 | 1011001 | 11010 |
Color Harmonies of #071A7D
Complementary color
Monochromatic Colors of #071A7D
Black with #071A7D
Text Example
Text Example
White with #071A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A7D; }
p { color: rgb(7,26,125); }
H1.HeaderClassName
{
color: #071A7D;
}
.AnyTagClassName
{
color: #071A7D;
}
</style>
background-color css
<style>
a { background-color: #071A7D; }
a { background-color: rgb(7,26,125); }
div.DivClassName
{
background-color: #071A7D;
}
.BgClassName
{
background-color: #071A7D;
}
</style>
border-color css
<style>
span { border-color: #071A7D; }
span { border-color: rgb(7,26,125); }
td.TdClassName
{
border-color: #071A7D;
}
.TagClassName
{
border-color: #071A7D;
}
</style>