Shades of Midnight Blue #07055D
Tints of Midnight Blue #07055D
RGB
CMYK
RGB Variations
Color information
#07055D (or 0x07055D) is known color: Midnight Blue. HEX triplet: 07, 05 and 5D. RGB value is (7,5,93). Sum of RGB (Red+Green+Blue) = 7+5+93=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 93 (36.72% from 255 or 88.57% from 105); Max value from RGB is 93 - color contains mainly: blue. Hex color #07055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07055D is #F8FAA2. Grayscale: #0F0F0F. Windows color (decimal): -16317091 or 6096135. OLE color: 6096135.
HSL color Cylindrical-coordinate representation of color #07055D: hue angle of 241.36º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07055D is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 5 | 93 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.64 |
| HSL | 241.36º | 0.9% | 0.19% | - |
| HSV(B) | 241.36º | 0.95% | 0.36% | - |
| XYZ | 2.12 | 0.94 | 10.43 | - |
| YUV | 15.63 | 171.66 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 93 | 0.92 | 0.95 | 0 | 0.64 | 241.36 | 0.9 | 0.19 |
| Hex | 7 | 5 | 5D | 5C | 5F | 0 | 40 | F1 | 5A | 13 |
| Octal | 7 | 5 | 135 | 134 | 137 | 0 | 100 | 361 | 132 | 23 |
| Binary | 111 | 101 | 1011101 | 1011100 | 1011111 | 0 | 1000000 | 11110001 | 1011010 | 10011 |
Color Harmonies of #07055D
Complementary color
Monochromatic Colors of #07055D
Black with #07055D
Text Example
Text Example
White with #07055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07055D; }
p { color: rgb(7,5,93); }
H1.HeaderClassName
{
color: #07055D;
}
.AnyTagClassName
{
color: #07055D;
}
</style>
background-color css
<style>
a { background-color: #07055D; }
a { background-color: rgb(7,5,93); }
div.DivClassName
{
background-color: #07055D;
}
.BgClassName
{
background-color: #07055D;
}
</style>
border-color css
<style>
span { border-color: #07055D; }
span { border-color: rgb(7,5,93); }
td.TdClassName
{
border-color: #07055D;
}
.TagClassName
{
border-color: #07055D;
}
</style>