Shades of Midnight Blue #070553
Tints of Midnight Blue #070553
RGB
CMYK
RGB Variations
Color information
#070553 (or 0x070553) is known color: Midnight Blue. HEX triplet: 07, 05 and 53. RGB value is (7,5,83). Sum of RGB (Red+Green+Blue) = 7+5+83=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 83 (32.81% from 255 or 87.37% from 95); Max value from RGB is 83 - color contains mainly: blue. Hex color #070553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070553 is #F8FAAC. Grayscale: #0E0E0E. Windows color (decimal): -16317101 or 5440775. OLE color: 5440775.
HSL color Cylindrical-coordinate representation of color #070553: hue angle of 241.54º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070553 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 5 | 83 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.67 |
| HSL | 241.54º | 0.89% | 0.17% | - |
| HSV(B) | 241.54º | 0.94% | 0.33% | - |
| XYZ | 1.7 | 0.78 | 8.24 | - |
| YUV | 14.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 83 | 0.92 | 0.94 | 0 | 0.67 | 241.54 | 0.89 | 0.17 |
| Hex | 7 | 5 | 53 | 5C | 5E | 0 | 43 | F2 | 59 | 11 |
| Octal | 7 | 5 | 123 | 134 | 136 | 0 | 103 | 362 | 131 | 21 |
| Binary | 111 | 101 | 1010011 | 1011100 | 1011110 | 0 | 1000011 | 11110010 | 1011001 | 10001 |
Color Harmonies of #070553
Complementary color
Monochromatic Colors of #070553
Black with #070553
Text Example
Text Example
White with #070553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070553; }
p { color: rgb(7,5,83); }
H1.HeaderClassName
{
color: #070553;
}
.AnyTagClassName
{
color: #070553;
}
</style>
background-color css
<style>
a { background-color: #070553; }
a { background-color: rgb(7,5,83); }
div.DivClassName
{
background-color: #070553;
}
.BgClassName
{
background-color: #070553;
}
</style>
border-color css
<style>
span { border-color: #070553; }
span { border-color: rgb(7,5,83); }
td.TdClassName
{
border-color: #070553;
}
.TagClassName
{
border-color: #070553;
}
</style>