Shades of New Midnight Blue #0611AD
Tints of New Midnight Blue #0611AD
RGB
CMYK
RGB Variations
Color information
#0611AD (or 0x0611AD) is known color: New Midnight Blue. HEX triplet: 06, 11 and AD. RGB value is (6,17,173). Sum of RGB (Red+Green+Blue) = 6+17+173=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #0611AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0611AD is #F9EE52. Grayscale: #1E1E1E. Windows color (decimal): -16379475 or 11342086. OLE color: 11342086.
HSL color Cylindrical-coordinate representation of color #0611AD: hue angle of 236.05º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0611AD is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 6 | 17 | 173 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.32 |
| HSL | 236.05º | 0.93% | 0.35% | - |
| HSV(B) | 236.05º | 0.97% | 0.68% | - |
| XYZ | 7.82 | 3.46 | 39.79 | - |
| YUV | 31.5 | 207.86 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 173 | 0.97 | 0.90 | 0 | 0.32 | 236.05 | 0.93 | 0.35 |
| Hex | 6 | 11 | AD | 61 | 5A | 0 | 20 | EC | 5D | 23 |
| Octal | 6 | 21 | 255 | 141 | 132 | 0 | 40 | 354 | 135 | 43 |
| Binary | 110 | 10001 | 10101101 | 1100001 | 1011010 | 0 | 100000 | 11101100 | 1011101 | 100011 |
Color Harmonies of #0611AD
Complementary color
Monochromatic Colors of #0611AD
Black with #0611AD
Text Example
Text Example
White with #0611AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0611AD; }
p { color: rgb(6,17,173); }
H1.HeaderClassName
{
color: #0611AD;
}
.AnyTagClassName
{
color: #0611AD;
}
</style>
background-color css
<style>
a { background-color: #0611AD; }
a { background-color: rgb(6,17,173); }
div.DivClassName
{
background-color: #0611AD;
}
.BgClassName
{
background-color: #0611AD;
}
</style>
border-color css
<style>
span { border-color: #0611AD; }
span { border-color: rgb(6,17,173); }
td.TdClassName
{
border-color: #0611AD;
}
.TagClassName
{
border-color: #0611AD;
}
</style>