Shades of Midnight Blue #07095F
Tints of Midnight Blue #07095F
RGB
CMYK
RGB Variations
Color information
#07095F (or 0x07095F) is known color: Midnight Blue. HEX triplet: 07, 09 and 5F. RGB value is (7,9,95). Sum of RGB (Red+Green+Blue) = 7+9+95=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 95 (37.5% from 255 or 85.59% from 111); Max value from RGB is 95 - color contains mainly: blue. Hex color #07095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07095F is #F8F6A0. Grayscale: #111111. Windows color (decimal): -16316065 or 6228231. OLE color: 6228231.
HSL color Cylindrical-coordinate representation of color #07095F: hue angle of 238.64º 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 #07095F is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 9 | 95 | - |
| CMYK | 0.93 | 0.91 | 0 | 0.63 |
| HSL | 238.64º | 0.86% | 0.2% | - |
| HSV(B) | 238.64º | 0.93% | 0.37% | - |
| XYZ | 2.25 | 1.07 | 10.91 | - |
| YUV | 18.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 95 | 0.93 | 0.91 | 0 | 0.63 | 238.64 | 0.86 | 0.2 |
| Hex | 7 | 9 | 5F | 5D | 5B | 0 | 3F | EF | 56 | 14 |
| Octal | 7 | 11 | 137 | 135 | 133 | 0 | 77 | 357 | 126 | 24 |
| Binary | 111 | 1001 | 1011111 | 1011101 | 1011011 | 0 | 111111 | 11101111 | 1010110 | 10100 |
Color Harmonies of #07095F
Complementary color
Monochromatic Colors of #07095F
Black with #07095F
Text Example
Text Example
White with #07095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07095F; }
p { color: rgb(7,9,95); }
H1.HeaderClassName
{
color: #07095F;
}
.AnyTagClassName
{
color: #07095F;
}
</style>
background-color css
<style>
a { background-color: #07095F; }
a { background-color: rgb(7,9,95); }
div.DivClassName
{
background-color: #07095F;
}
.BgClassName
{
background-color: #07095F;
}
</style>
border-color css
<style>
span { border-color: #07095F; }
span { border-color: rgb(7,9,95); }
td.TdClassName
{
border-color: #07095F;
}
.TagClassName
{
border-color: #07095F;
}
</style>