Shades of Midnight Blue #07064C
Tints of Midnight Blue #07064C
RGB
CMYK
RGB Variations
Color information
#07064C (or 0x07064C) is known color: Midnight Blue. HEX triplet: 07, 06 and 4C. RGB value is (7,6,76). Sum of RGB (Red+Green+Blue) = 7+6+76=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 76 (30.08% from 255 or 85.39% from 89); Max value from RGB is 76 - color contains mainly: blue. Hex color #07064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07064C is #F8F9B3. Grayscale: #0E0E0E. Windows color (decimal): -16316852 or 4982279. OLE color: 4982279.
HSL color Cylindrical-coordinate representation of color #07064C: hue angle of 240.86º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07064C is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 6 | 76 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.70 |
| HSL | 240.86º | 0.85% | 0.16% | - |
| HSV(B) | 240.86º | 0.92% | 0.3% | - |
| XYZ | 1.46 | 0.7 | 6.9 | - |
| YUV | 14.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 76 | 0.91 | 0.92 | 0 | 0.70 | 240.86 | 0.85 | 0.16 |
| Hex | 7 | 6 | 4C | 5B | 5C | 0 | 46 | F1 | 55 | 10 |
| Octal | 7 | 6 | 114 | 133 | 134 | 0 | 106 | 361 | 125 | 20 |
| Binary | 111 | 110 | 1001100 | 1011011 | 1011100 | 0 | 1000110 | 11110001 | 1010101 | 10000 |
Color Harmonies of #07064C
Complementary color
Monochromatic Colors of #07064C
Black with #07064C
Text Example
Text Example
White with #07064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07064C; }
p { color: rgb(7,6,76); }
H1.HeaderClassName
{
color: #07064C;
}
.AnyTagClassName
{
color: #07064C;
}
</style>
background-color css
<style>
a { background-color: #07064C; }
a { background-color: rgb(7,6,76); }
div.DivClassName
{
background-color: #07064C;
}
.BgClassName
{
background-color: #07064C;
}
</style>
border-color css
<style>
span { border-color: #07064C; }
span { border-color: rgb(7,6,76); }
td.TdClassName
{
border-color: #07064C;
}
.TagClassName
{
border-color: #07064C;
}
</style>