Shades of New Midnight Blue #0711AD
Tints of New Midnight Blue #0711AD
RGB
CMYK
RGB Variations
Color information
#0711AD (or 0x0711AD) is known color: New Midnight Blue. HEX triplet: 07, 11 and AD. RGB value is (7,17,173). Sum of RGB (Red+Green+Blue) = 7+17+173=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 173 (67.97% from 255 or 87.82% from 197); Max value from RGB is 173 - color contains mainly: blue. Hex color #0711AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0711AD is #F8EE52. Grayscale: #1F1F1F. Windows color (decimal): -16313939 or 11342087. OLE color: 11342087.
HSL color Cylindrical-coordinate representation of color #0711AD: hue angle of 236.39º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0711AD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 17 | 173 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.32 |
| HSL | 236.39º | 0.92% | 0.35% | - |
| HSV(B) | 236.39º | 0.96% | 0.68% | - |
| XYZ | 7.83 | 3.46 | 39.79 | - |
| YUV | 31.79 | 207.69 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 173 | 0.96 | 0.90 | 0 | 0.32 | 236.39 | 0.92 | 0.35 |
| Hex | 7 | 11 | AD | 60 | 5A | 0 | 20 | EC | 5C | 23 |
| Octal | 7 | 21 | 255 | 140 | 132 | 0 | 40 | 354 | 134 | 43 |
| Binary | 111 | 10001 | 10101101 | 1100000 | 1011010 | 0 | 100000 | 11101100 | 1011100 | 100011 |
Color Harmonies of #0711AD
Complementary color
Monochromatic Colors of #0711AD
Black with #0711AD
Text Example
Text Example
White with #0711AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711AD; }
p { color: rgb(7,17,173); }
H1.HeaderClassName
{
color: #0711AD;
}
.AnyTagClassName
{
color: #0711AD;
}
</style>
background-color css
<style>
a { background-color: #0711AD; }
a { background-color: rgb(7,17,173); }
div.DivClassName
{
background-color: #0711AD;
}
.BgClassName
{
background-color: #0711AD;
}
</style>
border-color css
<style>
span { border-color: #0711AD; }
span { border-color: rgb(7,17,173); }
td.TdClassName
{
border-color: #0711AD;
}
.TagClassName
{
border-color: #0711AD;
}
</style>