Shades of Midnight Blue #07085B
Tints of Midnight Blue #07085B
RGB
CMYK
RGB Variations
Color information
#07085B (or 0x07085B) is known color: Midnight Blue. HEX triplet: 07, 08 and 5B. RGB value is (7,8,91). Sum of RGB (Red+Green+Blue) = 7+8+91=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 91 (35.94% from 255 or 85.85% from 106); Max value from RGB is 91 - color contains mainly: blue. Hex color #07085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07085B is #F8F7A4. Grayscale: #101010. Windows color (decimal): -16316325 or 5965831. OLE color: 5965831.
HSL color Cylindrical-coordinate representation of color #07085B: hue angle of 239.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07085B is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 8 | 91 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.64 |
| HSL | 239.29º | 0.86% | 0.19% | - |
| HSV(B) | 239.29º | 0.92% | 0.36% | - |
| XYZ | 2.06 | 0.97 | 9.98 | - |
| YUV | 17.16 | 169.67 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 91 | 0.92 | 0.91 | 0 | 0.64 | 239.29 | 0.86 | 0.19 |
| Hex | 7 | 8 | 5B | 5C | 5B | 0 | 40 | EF | 56 | 13 |
| Octal | 7 | 10 | 133 | 134 | 133 | 0 | 100 | 357 | 126 | 23 |
| Binary | 111 | 1000 | 1011011 | 1011100 | 1011011 | 0 | 1000000 | 11101111 | 1010110 | 10011 |
Color Harmonies of #07085B
Complementary color
Monochromatic Colors of #07085B
Black with #07085B
Text Example
Text Example
White with #07085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07085B; }
p { color: rgb(7,8,91); }
H1.HeaderClassName
{
color: #07085B;
}
.AnyTagClassName
{
color: #07085B;
}
</style>
background-color css
<style>
a { background-color: #07085B; }
a { background-color: rgb(7,8,91); }
div.DivClassName
{
background-color: #07085B;
}
.BgClassName
{
background-color: #07085B;
}
</style>
border-color css
<style>
span { border-color: #07085B; }
span { border-color: rgb(7,8,91); }
td.TdClassName
{
border-color: #07085B;
}
.TagClassName
{
border-color: #07085B;
}
</style>