Shades of Midnight Blue #071876
Tints of Midnight Blue #071876
RGB
CMYK
RGB Variations
Color information
#071876 (or 0x071876) is known color: Midnight Blue. HEX triplet: 07, 18 and 76. RGB value is (7,24,118). Sum of RGB (Red+Green+Blue) = 7+24+118=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #071876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071876 is #F8E789. Grayscale: #1D1D1D. Windows color (decimal): -16312202 or 7739399. OLE color: 7739399.
HSL color Cylindrical-coordinate representation of color #071876: hue angle of 230.81º 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 #071876 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 24 | 118 | - |
| CMYK | 0.94 | 0.80 | 0 | 0.54 |
| HSL | 230.81º | 0.89% | 0.25% | - |
| HSV(B) | 230.81º | 0.94% | 0.46% | - |
| XYZ | 3.68 | 2.01 | 17.33 | - |
| YUV | 29.63 | 177.87 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 118 | 0.94 | 0.80 | 0 | 0.54 | 230.81 | 0.89 | 0.25 |
| Hex | 7 | 18 | 76 | 5E | 50 | 0 | 36 | E7 | 59 | 19 |
| Octal | 7 | 30 | 166 | 136 | 120 | 0 | 66 | 347 | 131 | 31 |
| Binary | 111 | 11000 | 1110110 | 1011110 | 1010000 | 0 | 110110 | 11100111 | 1011001 | 11001 |
Color Harmonies of #071876
Complementary color
Monochromatic Colors of #071876
Black with #071876
Text Example
Text Example
White with #071876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071876; }
p { color: rgb(7,24,118); }
H1.HeaderClassName
{
color: #071876;
}
.AnyTagClassName
{
color: #071876;
}
</style>
background-color css
<style>
a { background-color: #071876; }
a { background-color: rgb(7,24,118); }
div.DivClassName
{
background-color: #071876;
}
.BgClassName
{
background-color: #071876;
}
</style>
border-color css
<style>
span { border-color: #071876; }
span { border-color: rgb(7,24,118); }
td.TdClassName
{
border-color: #071876;
}
.TagClassName
{
border-color: #071876;
}
</style>