Shades of New Midnight Blue #0711AB
Tints of New Midnight Blue #0711AB
RGB
CMYK
RGB Variations
Color information
#0711AB (or 0x0711AB) is known color: New Midnight Blue. HEX triplet: 07, 11 and AB. RGB value is (7,17,171). Sum of RGB (Red+Green+Blue) = 7+17+171=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 171 (67.19% from 255 or 87.69% from 195); Max value from RGB is 171 - color contains mainly: blue. Hex color #0711AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0711AB is #F8EE54. Grayscale: #1E1E1E. Windows color (decimal): -16313941 or 11211015. OLE color: 11211015.
HSL color Cylindrical-coordinate representation of color #0711AB: hue angle of 236.34º 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 #0711AB is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 17 | 171 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.33 |
| HSL | 236.34º | 0.92% | 0.35% | - |
| HSV(B) | 236.34º | 0.96% | 0.67% | - |
| XYZ | 7.64 | 3.39 | 38.78 | - |
| YUV | 31.57 | 206.69 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 171 | 0.96 | 0.90 | 0 | 0.33 | 236.34 | 0.92 | 0.35 |
| Hex | 7 | 11 | AB | 60 | 5A | 0 | 21 | EC | 5C | 23 |
| Octal | 7 | 21 | 253 | 140 | 132 | 0 | 41 | 354 | 134 | 43 |
| Binary | 111 | 10001 | 10101011 | 1100000 | 1011010 | 0 | 100001 | 11101100 | 1011100 | 100011 |
Color Harmonies of #0711AB
Complementary color
Monochromatic Colors of #0711AB
Black with #0711AB
Text Example
Text Example
White with #0711AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0711AB; }
p { color: rgb(7,17,171); }
H1.HeaderClassName
{
color: #0711AB;
}
.AnyTagClassName
{
color: #0711AB;
}
</style>
background-color css
<style>
a { background-color: #0711AB; }
a { background-color: rgb(7,17,171); }
div.DivClassName
{
background-color: #0711AB;
}
.BgClassName
{
background-color: #0711AB;
}
</style>
border-color css
<style>
span { border-color: #0711AB; }
span { border-color: rgb(7,17,171); }
td.TdClassName
{
border-color: #0711AB;
}
.TagClassName
{
border-color: #0711AB;
}
</style>