Shades of New Midnight Blue #0711AC
Tints of New Midnight Blue #0711AC
RGB
CMYK
RGB Variations
Color information
#0711AC (or 0x0711AC) is known color: New Midnight Blue. HEX triplet: 07, 11 and AC. RGB value is (7,17,172). Sum of RGB (Red+Green+Blue) = 7+17+172=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 172 (67.58% from 255 or 87.76% from 196); Max value from RGB is 172 - color contains mainly: blue. Hex color #0711AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0711AC is #F8EE53. Grayscale: #1F1F1F. Windows color (decimal): -16313940 or 11276551. OLE color: 11276551.
HSL color Cylindrical-coordinate representation of color #0711AC: hue angle of 236.36º 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 #0711AC is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 17 | 172 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.33 |
| HSL | 236.36º | 0.92% | 0.35% | - |
| HSV(B) | 236.36º | 0.96% | 0.67% | - |
| XYZ | 7.73 | 3.42 | 39.28 | - |
| YUV | 31.68 | 207.19 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 172 | 0.96 | 0.90 | 0 | 0.33 | 236.36 | 0.92 | 0.35 |
| Hex | 7 | 11 | AC | 60 | 5A | 0 | 21 | EC | 5C | 23 |
| Octal | 7 | 21 | 254 | 140 | 132 | 0 | 41 | 354 | 134 | 43 |
| Binary | 111 | 10001 | 10101100 | 1100000 | 1011010 | 0 | 100001 | 11101100 | 1011100 | 100011 |
Color Harmonies of #0711AC
Complementary color
Monochromatic Colors of #0711AC
Black with #0711AC
Text Example
Text Example
White with #0711AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711AC; }
p { color: rgb(7,17,172); }
H1.HeaderClassName
{
color: #0711AC;
}
.AnyTagClassName
{
color: #0711AC;
}
</style>
background-color css
<style>
a { background-color: #0711AC; }
a { background-color: rgb(7,17,172); }
div.DivClassName
{
background-color: #0711AC;
}
.BgClassName
{
background-color: #0711AC;
}
</style>
border-color css
<style>
span { border-color: #0711AC; }
span { border-color: rgb(7,17,172); }
td.TdClassName
{
border-color: #0711AC;
}
.TagClassName
{
border-color: #0711AC;
}
</style>