Shades of Midnight Blue #07085A
Tints of Midnight Blue #07085A
RGB
CMYK
RGB Variations
Color information
#07085A (or 0x07085A) is known color: Midnight Blue. HEX triplet: 07, 08 and 5A. RGB value is (7,8,90). Sum of RGB (Red+Green+Blue) = 7+8+90=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 90 (35.55% from 255 or 85.71% from 105); Max value from RGB is 90 - color contains mainly: blue. Hex color #07085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07085A is #F8F7A5. Grayscale: #101010. Windows color (decimal): -16316326 or 5900295. OLE color: 5900295.
HSL color Cylindrical-coordinate representation of color #07085A: hue angle of 239.28º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07085A is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 8 | 90 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.65 |
| HSL | 239.28º | 0.86% | 0.19% | - |
| HSV(B) | 239.28º | 0.92% | 0.35% | - |
| XYZ | 2.02 | 0.96 | 9.75 | - |
| YUV | 17.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 90 | 0.92 | 0.91 | 0 | 0.65 | 239.28 | 0.86 | 0.19 |
| Hex | 7 | 8 | 5A | 5C | 5B | 0 | 41 | EF | 56 | 13 |
| Octal | 7 | 10 | 132 | 134 | 133 | 0 | 101 | 357 | 126 | 23 |
| Binary | 111 | 1000 | 1011010 | 1011100 | 1011011 | 0 | 1000001 | 11101111 | 1010110 | 10011 |
Color Harmonies of #07085A
Complementary color
Monochromatic Colors of #07085A
Black with #07085A
Text Example
Text Example
White with #07085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07085A; }
p { color: rgb(7,8,90); }
H1.HeaderClassName
{
color: #07085A;
}
.AnyTagClassName
{
color: #07085A;
}
</style>
background-color css
<style>
a { background-color: #07085A; }
a { background-color: rgb(7,8,90); }
div.DivClassName
{
background-color: #07085A;
}
.BgClassName
{
background-color: #07085A;
}
</style>
border-color css
<style>
span { border-color: #07085A; }
span { border-color: rgb(7,8,90); }
td.TdClassName
{
border-color: #07085A;
}
.TagClassName
{
border-color: #07085A;
}
</style>