Shades of New Midnight Blue #0705AC
Tints of New Midnight Blue #0705AC
RGB
CMYK
RGB Variations
Color information
#0705AC (or 0x0705AC) is known color: New Midnight Blue. HEX triplet: 07, 05 and AC. RGB value is (7,5,172). Sum of RGB (Red+Green+Blue) = 7+5+172=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 172 (67.58% from 255 or 93.48% from 184); Max value from RGB is 172 - color contains mainly: blue. Hex color #0705AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0705AC is #F8FA53. Grayscale: #171717. Windows color (decimal): -16317012 or 11273479. OLE color: 11273479.
HSL color Cylindrical-coordinate representation of color #0705AC: hue angle of 240.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705AC is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 5 | 172 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.33 |
| HSL | 240.72º | 0.94% | 0.35% | - |
| HSV(B) | 240.72º | 0.97% | 0.67% | - |
| XYZ | 7.59 | 3.13 | 39.23 | - |
| YUV | 24.64 | 211.16 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 172 | 0.96 | 0.97 | 0 | 0.33 | 240.72 | 0.94 | 0.35 |
| Hex | 7 | 5 | AC | 60 | 61 | 0 | 21 | F1 | 5E | 23 |
| Octal | 7 | 5 | 254 | 140 | 141 | 0 | 41 | 361 | 136 | 43 |
| Binary | 111 | 101 | 10101100 | 1100000 | 1100001 | 0 | 100001 | 11110001 | 1011110 | 100011 |
Color Harmonies of #0705AC
Complementary color
Monochromatic Colors of #0705AC
Black with #0705AC
Text Example
Text Example
White with #0705AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705AC; }
p { color: rgb(7,5,172); }
H1.HeaderClassName
{
color: #0705AC;
}
.AnyTagClassName
{
color: #0705AC;
}
</style>
background-color css
<style>
a { background-color: #0705AC; }
a { background-color: rgb(7,5,172); }
div.DivClassName
{
background-color: #0705AC;
}
.BgClassName
{
background-color: #0705AC;
}
</style>
border-color css
<style>
span { border-color: #0705AC; }
span { border-color: rgb(7,5,172); }
td.TdClassName
{
border-color: #0705AC;
}
.TagClassName
{
border-color: #0705AC;
}
</style>