Shades of Midnight Blue #070C53
Tints of Midnight Blue #070C53
RGB
CMYK
RGB Variations
Color information
#070C53 (or 0x070C53) is known color: Midnight Blue. HEX triplet: 07, 0C and 53. RGB value is (7,12,83). Sum of RGB (Red+Green+Blue) = 7+12+83=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #070C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C53 is #F8F3AC. Grayscale: #121212. Windows color (decimal): -16315309 or 5442567. OLE color: 5442567.
HSL color Cylindrical-coordinate representation of color #070C53: hue angle of 236.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070C53 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 12 | 83 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.67 |
| HSL | 236.05º | 0.84% | 0.18% | - |
| HSV(B) | 236.05º | 0.92% | 0.33% | - |
| XYZ | 1.78 | 0.93 | 8.27 | - |
| YUV | 18.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 83 | 0.92 | 0.86 | 0 | 0.67 | 236.05 | 0.84 | 0.18 |
| Hex | 7 | C | 53 | 5C | 56 | 0 | 43 | EC | 54 | 12 |
| Octal | 7 | 14 | 123 | 134 | 126 | 0 | 103 | 354 | 124 | 22 |
| Binary | 111 | 1100 | 1010011 | 1011100 | 1010110 | 0 | 1000011 | 11101100 | 1010100 | 10010 |
Color Harmonies of #070C53
Complementary color
Monochromatic Colors of #070C53
Black with #070C53
Text Example
Text Example
White with #070C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C53; }
p { color: rgb(7,12,83); }
H1.HeaderClassName
{
color: #070C53;
}
.AnyTagClassName
{
color: #070C53;
}
</style>
background-color css
<style>
a { background-color: #070C53; }
a { background-color: rgb(7,12,83); }
div.DivClassName
{
background-color: #070C53;
}
.BgClassName
{
background-color: #070C53;
}
</style>
border-color css
<style>
span { border-color: #070C53; }
span { border-color: rgb(7,12,83); }
td.TdClassName
{
border-color: #070C53;
}
.TagClassName
{
border-color: #070C53;
}
</style>