Shades of New Midnight Blue #0706AC
Tints of New Midnight Blue #0706AC
RGB
CMYK
RGB Variations
Color information
#0706AC (or 0x0706AC) is known color: New Midnight Blue. HEX triplet: 07, 06 and AC. RGB value is (7,6,172). Sum of RGB (Red+Green+Blue) = 7+6+172=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 172 (67.58% from 255 or 92.97% from 185); Max value from RGB is 172 - color contains mainly: blue. Hex color #0706AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0706AC is #F8F953. Grayscale: #181818. Windows color (decimal): -16316756 or 11273735. OLE color: 11273735.
HSL color Cylindrical-coordinate representation of color #0706AC: hue angle of 240.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0706AC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 6 | 172 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.33 |
| HSL | 240.36º | 0.93% | 0.35% | - |
| HSV(B) | 240.36º | 0.97% | 0.67% | - |
| XYZ | 7.6 | 3.15 | 39.24 | - |
| YUV | 25.22 | 210.83 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 172 | 0.96 | 0.97 | 0 | 0.33 | 240.36 | 0.93 | 0.35 |
| Hex | 7 | 6 | AC | 60 | 61 | 0 | 21 | F0 | 5D | 23 |
| Octal | 7 | 6 | 254 | 140 | 141 | 0 | 41 | 360 | 135 | 43 |
| Binary | 111 | 110 | 10101100 | 1100000 | 1100001 | 0 | 100001 | 11110000 | 1011101 | 100011 |
Color Harmonies of #0706AC
Complementary color
Monochromatic Colors of #0706AC
Black with #0706AC
Text Example
Text Example
White with #0706AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0706AC; }
p { color: rgb(7,6,172); }
H1.HeaderClassName
{
color: #0706AC;
}
.AnyTagClassName
{
color: #0706AC;
}
</style>
background-color css
<style>
a { background-color: #0706AC; }
a { background-color: rgb(7,6,172); }
div.DivClassName
{
background-color: #0706AC;
}
.BgClassName
{
background-color: #0706AC;
}
</style>
border-color css
<style>
span { border-color: #0706AC; }
span { border-color: rgb(7,6,172); }
td.TdClassName
{
border-color: #0706AC;
}
.TagClassName
{
border-color: #0706AC;
}
</style>