Shades of New Midnight Blue #0716AC
Tints of New Midnight Blue #0716AC
RGB
CMYK
RGB Variations
Color information
#0716AC (or 0x0716AC) is known color: New Midnight Blue. HEX triplet: 07, 16 and AC. RGB value is (7,22,172). Sum of RGB (Red+Green+Blue) = 7+22+172=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 172 (67.58% from 255 or 85.57% from 201); Max value from RGB is 172 - color contains mainly: blue. Hex color #0716AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0716AC is #F8E953. Grayscale: #222222. Windows color (decimal): -16312660 or 11277831. OLE color: 11277831.
HSL color Cylindrical-coordinate representation of color #0716AC: hue angle of 234.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0716AC is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 22 | 172 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.33 |
| HSL | 234.55º | 0.92% | 0.35% | - |
| HSV(B) | 234.55º | 0.96% | 0.67% | - |
| XYZ | 7.82 | 3.6 | 39.31 | - |
| YUV | 34.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 172 | 0.96 | 0.87 | 0 | 0.33 | 234.55 | 0.92 | 0.35 |
| Hex | 7 | 16 | AC | 60 | 57 | 0 | 21 | EB | 5C | 23 |
| Octal | 7 | 26 | 254 | 140 | 127 | 0 | 41 | 353 | 134 | 43 |
| Binary | 111 | 10110 | 10101100 | 1100000 | 1010111 | 0 | 100001 | 11101011 | 1011100 | 100011 |
Color Harmonies of #0716AC
Complementary color
Monochromatic Colors of #0716AC
Black with #0716AC
Text Example
Text Example
White with #0716AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0716AC; }
p { color: rgb(7,22,172); }
H1.HeaderClassName
{
color: #0716AC;
}
.AnyTagClassName
{
color: #0716AC;
}
</style>
background-color css
<style>
a { background-color: #0716AC; }
a { background-color: rgb(7,22,172); }
div.DivClassName
{
background-color: #0716AC;
}
.BgClassName
{
background-color: #0716AC;
}
</style>
border-color css
<style>
span { border-color: #0716AC; }
span { border-color: rgb(7,22,172); }
td.TdClassName
{
border-color: #0716AC;
}
.TagClassName
{
border-color: #0716AC;
}
</style>