Shades of Midnight Blue #07075A
Tints of Midnight Blue #07075A
RGB
CMYK
RGB Variations
Color information
#07075A (or 0x07075A) is known color: Midnight Blue. HEX triplet: 07, 07 and 5A. RGB value is (7,7,90). Sum of RGB (Red+Green+Blue) = 7+7+90=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 90 (35.55% from 255 or 86.54% from 104); Max value from RGB is 90 - color contains mainly: blue. Hex color #07075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07075A is #F8F8A5. Grayscale: #101010. Windows color (decimal): -16316582 or 5900039. OLE color: 5900039.
HSL color Cylindrical-coordinate representation of color #07075A: hue angle of 240º 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 #07075A is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 7 | 90 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.65 |
| HSL | 240º | 0.86% | 0.19% | - |
| HSV(B) | 240º | 0.92% | 0.35% | - |
| XYZ | 2.01 | 0.94 | 9.75 | - |
| YUV | 16.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 90 | 0.92 | 0.92 | 0 | 0.65 | 240 | 0.86 | 0.19 |
| Hex | 7 | 7 | 5A | 5C | 5C | 0 | 41 | F0 | 56 | 13 |
| Octal | 7 | 7 | 132 | 134 | 134 | 0 | 101 | 360 | 126 | 23 |
| Binary | 111 | 111 | 1011010 | 1011100 | 1011100 | 0 | 1000001 | 11110000 | 1010110 | 10011 |
Color Harmonies of #07075A
Complementary color
Monochromatic Colors of #07075A
Black with #07075A
Text Example
Text Example
White with #07075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07075A; }
p { color: rgb(7,7,90); }
H1.HeaderClassName
{
color: #07075A;
}
.AnyTagClassName
{
color: #07075A;
}
</style>
background-color css
<style>
a { background-color: #07075A; }
a { background-color: rgb(7,7,90); }
div.DivClassName
{
background-color: #07075A;
}
.BgClassName
{
background-color: #07075A;
}
</style>
border-color css
<style>
span { border-color: #07075A; }
span { border-color: rgb(7,7,90); }
td.TdClassName
{
border-color: #07075A;
}
.TagClassName
{
border-color: #07075A;
}
</style>