Shades of Midnight Blue #071276
Tints of Midnight Blue #071276
RGB
CMYK
RGB Variations
Color information
#071276 (or 0x071276) is known color: Midnight Blue. HEX triplet: 07, 12 and 76. RGB value is (7,18,118). Sum of RGB (Red+Green+Blue) = 7+18+118=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #071276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071276 is #F8ED89. Grayscale: #191919. Windows color (decimal): -16313738 or 7737863. OLE color: 7737863.
HSL color Cylindrical-coordinate representation of color #071276: hue angle of 234.05º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071276 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 18 | 118 | - |
| CMYK | 0.94 | 0.85 | 0 | 0.54 |
| HSL | 234.05º | 0.89% | 0.25% | - |
| HSV(B) | 234.05º | 0.94% | 0.46% | - |
| XYZ | 3.57 | 1.79 | 17.3 | - |
| YUV | 26.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 118 | 0.94 | 0.85 | 0 | 0.54 | 234.05 | 0.89 | 0.25 |
| Hex | 7 | 12 | 76 | 5E | 55 | 0 | 36 | EA | 59 | 19 |
| Octal | 7 | 22 | 166 | 136 | 125 | 0 | 66 | 352 | 131 | 31 |
| Binary | 111 | 10010 | 1110110 | 1011110 | 1010101 | 0 | 110110 | 11101010 | 1011001 | 11001 |
Color Harmonies of #071276
Complementary color
Monochromatic Colors of #071276
Black with #071276
Text Example
Text Example
White with #071276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071276; }
p { color: rgb(7,18,118); }
H1.HeaderClassName
{
color: #071276;
}
.AnyTagClassName
{
color: #071276;
}
</style>
background-color css
<style>
a { background-color: #071276; }
a { background-color: rgb(7,18,118); }
div.DivClassName
{
background-color: #071276;
}
.BgClassName
{
background-color: #071276;
}
</style>
border-color css
<style>
span { border-color: #071276; }
span { border-color: rgb(7,18,118); }
td.TdClassName
{
border-color: #071276;
}
.TagClassName
{
border-color: #071276;
}
</style>