Shades of Midnight Blue #071A7A
Tints of Midnight Blue #071A7A
RGB
CMYK
RGB Variations
Color information
#071A7A (or 0x071A7A) is known color: Midnight Blue. HEX triplet: 07, 1A and 7A. RGB value is (7,26,122). Sum of RGB (Red+Green+Blue) = 7+26+122=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #071A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A7A is #F8E585. Grayscale: #1E1E1E. Windows color (decimal): -16311686 or 8002055. OLE color: 8002055.
HSL color Cylindrical-coordinate representation of color #071A7A: hue angle of 230.09º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071A7A is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 26 | 122 | - |
| CMYK | 0.94 | 0.79 | 0 | 0.52 |
| HSL | 230.09º | 0.89% | 0.25% | - |
| HSV(B) | 230.09º | 0.94% | 0.48% | - |
| XYZ | 3.97 | 2.19 | 18.63 | - |
| YUV | 31.26 | 179.21 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 122 | 0.94 | 0.79 | 0 | 0.52 | 230.09 | 0.89 | 0.25 |
| Hex | 7 | 1A | 7A | 5E | 4F | 0 | 34 | E6 | 59 | 19 |
| Octal | 7 | 32 | 172 | 136 | 117 | 0 | 64 | 346 | 131 | 31 |
| Binary | 111 | 11010 | 1111010 | 1011110 | 1001111 | 0 | 110100 | 11100110 | 1011001 | 11001 |
Color Harmonies of #071A7A
Complementary color
Monochromatic Colors of #071A7A
Black with #071A7A
Text Example
Text Example
White with #071A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A7A; }
p { color: rgb(7,26,122); }
H1.HeaderClassName
{
color: #071A7A;
}
.AnyTagClassName
{
color: #071A7A;
}
</style>
background-color css
<style>
a { background-color: #071A7A; }
a { background-color: rgb(7,26,122); }
div.DivClassName
{
background-color: #071A7A;
}
.BgClassName
{
background-color: #071A7A;
}
</style>
border-color css
<style>
span { border-color: #071A7A; }
span { border-color: rgb(7,26,122); }
td.TdClassName
{
border-color: #071A7A;
}
.TagClassName
{
border-color: #071A7A;
}
</style>