Shades of Midnight Blue #071375
Tints of Midnight Blue #071375
RGB
CMYK
RGB Variations
Color information
#071375 (or 0x071375) is known color: Midnight Blue. HEX triplet: 07, 13 and 75. RGB value is (7,19,117). Sum of RGB (Red+Green+Blue) = 7+19+117=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 117 (46.09% from 255 or 81.82% from 143); Max value from RGB is 117 - color contains mainly: blue. Hex color #071375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071375 is #F8EC8A. Grayscale: #1A1A1A. Windows color (decimal): -16313483 or 7672583. OLE color: 7672583.
HSL color Cylindrical-coordinate representation of color #071375: hue angle of 233.45º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071375 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 19 | 117 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.54 |
| HSL | 233.45º | 0.89% | 0.24% | - |
| HSV(B) | 233.45º | 0.94% | 0.46% | - |
| XYZ | 3.53 | 1.8 | 16.99 | - |
| YUV | 26.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 117 | 0.94 | 0.84 | 0 | 0.54 | 233.45 | 0.89 | 0.24 |
| Hex | 7 | 13 | 75 | 5E | 54 | 0 | 36 | E9 | 59 | 18 |
| Octal | 7 | 23 | 165 | 136 | 124 | 0 | 66 | 351 | 131 | 30 |
| Binary | 111 | 10011 | 1110101 | 1011110 | 1010100 | 0 | 110110 | 11101001 | 1011001 | 11000 |
Color Harmonies of #071375
Complementary color
Monochromatic Colors of #071375
Black with #071375
Text Example
Text Example
White with #071375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071375; }
p { color: rgb(7,19,117); }
H1.HeaderClassName
{
color: #071375;
}
.AnyTagClassName
{
color: #071375;
}
</style>
background-color css
<style>
a { background-color: #071375; }
a { background-color: rgb(7,19,117); }
div.DivClassName
{
background-color: #071375;
}
.BgClassName
{
background-color: #071375;
}
</style>
border-color css
<style>
span { border-color: #071375; }
span { border-color: rgb(7,19,117); }
td.TdClassName
{
border-color: #071375;
}
.TagClassName
{
border-color: #071375;
}
</style>