Shades of Midnight Blue #070552
Tints of Midnight Blue #070552
RGB
CMYK
RGB Variations
Color information
#070552 (or 0x070552) is known color: Midnight Blue. HEX triplet: 07, 05 and 52. RGB value is (7,5,82). Sum of RGB (Red+Green+Blue) = 7+5+82=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #070552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070552 is #F8FAAD. Grayscale: #0E0E0E. Windows color (decimal): -16317102 or 5375239. OLE color: 5375239.
HSL color Cylindrical-coordinate representation of color #070552: hue angle of 241.56º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070552 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 7 | 5 | 82 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.68 |
| HSL | 241.56º | 0.89% | 0.17% | - |
| HSV(B) | 241.56º | 0.94% | 0.32% | - |
| XYZ | 1.66 | 0.76 | 8.04 | - |
| YUV | 14.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 82 | 0.91 | 0.94 | 0 | 0.68 | 241.56 | 0.89 | 0.17 |
| Hex | 7 | 5 | 52 | 5B | 5E | 0 | 44 | F2 | 59 | 11 |
| Octal | 7 | 5 | 122 | 133 | 136 | 0 | 104 | 362 | 131 | 21 |
| Binary | 111 | 101 | 1010010 | 1011011 | 1011110 | 0 | 1000100 | 11110010 | 1011001 | 10001 |
Color Harmonies of #070552
Complementary color
Monochromatic Colors of #070552
Black with #070552
Text Example
Text Example
White with #070552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070552; }
p { color: rgb(7,5,82); }
H1.HeaderClassName
{
color: #070552;
}
.AnyTagClassName
{
color: #070552;
}
</style>
background-color css
<style>
a { background-color: #070552; }
a { background-color: rgb(7,5,82); }
div.DivClassName
{
background-color: #070552;
}
.BgClassName
{
background-color: #070552;
}
</style>
border-color css
<style>
span { border-color: #070552; }
span { border-color: rgb(7,5,82); }
td.TdClassName
{
border-color: #070552;
}
.TagClassName
{
border-color: #070552;
}
</style>