Shades of Midnight Blue #07085F
Tints of Midnight Blue #07085F
RGB
CMYK
RGB Variations
Color information
#07085F (or 0x07085F) is known color: Midnight Blue. HEX triplet: 07, 08 and 5F. RGB value is (7,8,95). Sum of RGB (Red+Green+Blue) = 7+8+95=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 95 (37.5% from 255 or 86.36% from 110); Max value from RGB is 95 - color contains mainly: blue. Hex color #07085F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07085F is #F8F7A0. Grayscale: #111111. Windows color (decimal): -16316321 or 6227975. OLE color: 6227975.
HSL color Cylindrical-coordinate representation of color #07085F: hue angle of 239.32º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07085F is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 8 | 95 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.63 |
| HSL | 239.32º | 0.86% | 0.2% | - |
| HSV(B) | 239.32º | 0.93% | 0.37% | - |
| XYZ | 2.24 | 1.05 | 10.91 | - |
| YUV | 17.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 95 | 0.93 | 0.92 | 0 | 0.63 | 239.32 | 0.86 | 0.2 |
| Hex | 7 | 8 | 5F | 5D | 5C | 0 | 3F | EF | 56 | 14 |
| Octal | 7 | 10 | 137 | 135 | 134 | 0 | 77 | 357 | 126 | 24 |
| Binary | 111 | 1000 | 1011111 | 1011101 | 1011100 | 0 | 111111 | 11101111 | 1010110 | 10100 |
Color Harmonies of #07085F
Complementary color
Monochromatic Colors of #07085F
Black with #07085F
Text Example
Text Example
White with #07085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07085F; }
p { color: rgb(7,8,95); }
H1.HeaderClassName
{
color: #07085F;
}
.AnyTagClassName
{
color: #07085F;
}
</style>
background-color css
<style>
a { background-color: #07085F; }
a { background-color: rgb(7,8,95); }
div.DivClassName
{
background-color: #07085F;
}
.BgClassName
{
background-color: #07085F;
}
</style>
border-color css
<style>
span { border-color: #07085F; }
span { border-color: rgb(7,8,95); }
td.TdClassName
{
border-color: #07085F;
}
.TagClassName
{
border-color: #07085F;
}
</style>