Shades of New Midnight Blue #0710AC
Tints of New Midnight Blue #0710AC
RGB
CMYK
RGB Variations
Color information
#0710AC (or 0x0710AC) is known color: New Midnight Blue. HEX triplet: 07, 10 and AC. RGB value is (7,16,172). Sum of RGB (Red+Green+Blue) = 7+16+172=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 172 (67.58% from 255 or 88.21% from 195); Max value from RGB is 172 - color contains mainly: blue. Hex color #0710AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0710AC is #F8EF53. Grayscale: #1E1E1E. Windows color (decimal): -16314196 or 11276295. OLE color: 11276295.
HSL color Cylindrical-coordinate representation of color #0710AC: hue angle of 236.73º 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 #0710AC is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 16 | 172 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.33 |
| HSL | 236.73º | 0.92% | 0.35% | - |
| HSV(B) | 236.73º | 0.96% | 0.67% | - |
| XYZ | 7.72 | 3.39 | 39.28 | - |
| YUV | 31.09 | 207.52 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 172 | 0.96 | 0.91 | 0 | 0.33 | 236.73 | 0.92 | 0.35 |
| Hex | 7 | 10 | AC | 60 | 5B | 0 | 21 | ED | 5C | 23 |
| Octal | 7 | 20 | 254 | 140 | 133 | 0 | 41 | 355 | 134 | 43 |
| Binary | 111 | 10000 | 10101100 | 1100000 | 1011011 | 0 | 100001 | 11101101 | 1011100 | 100011 |
Color Harmonies of #0710AC
Complementary color
Monochromatic Colors of #0710AC
Black with #0710AC
Text Example
Text Example
White with #0710AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0710AC; }
p { color: rgb(7,16,172); }
H1.HeaderClassName
{
color: #0710AC;
}
.AnyTagClassName
{
color: #0710AC;
}
</style>
background-color css
<style>
a { background-color: #0710AC; }
a { background-color: rgb(7,16,172); }
div.DivClassName
{
background-color: #0710AC;
}
.BgClassName
{
background-color: #0710AC;
}
</style>
border-color css
<style>
span { border-color: #0710AC; }
span { border-color: rgb(7,16,172); }
td.TdClassName
{
border-color: #0710AC;
}
.TagClassName
{
border-color: #0710AC;
}
</style>