Shades of New Midnight Blue #0703AC
Tints of New Midnight Blue #0703AC
RGB
CMYK
RGB Variations
Color information
#0703AC (or 0x0703AC) is known color: New Midnight Blue. HEX triplet: 07, 03 and AC. RGB value is (7,3,172). Sum of RGB (Red+Green+Blue) = 7+3+172=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 172 (67.58% from 255 or 94.51% from 182); Max value from RGB is 172 - color contains mainly: blue. Hex color #0703AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0703AC is #F8FC53. Grayscale: #161616. Windows color (decimal): -16317524 or 11272967. OLE color: 11272967.
HSL color Cylindrical-coordinate representation of color #0703AC: hue angle of 241.42º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0703AC is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 3 | 172 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.33 |
| HSL | 241.42º | 0.97% | 0.34% | - |
| HSV(B) | 241.42º | 0.98% | 0.67% | - |
| XYZ | 7.57 | 3.09 | 39.23 | - |
| YUV | 23.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 172 | 0.96 | 0.98 | 0 | 0.33 | 241.42 | 0.97 | 0.34 |
| Hex | 7 | 3 | AC | 60 | 62 | 0 | 21 | F1 | 61 | 22 |
| Octal | 7 | 3 | 254 | 140 | 142 | 0 | 41 | 361 | 141 | 42 |
| Binary | 111 | 11 | 10101100 | 1100000 | 1100010 | 0 | 100001 | 11110001 | 1100001 | 100010 |
Color Harmonies of #0703AC
Complementary color
Monochromatic Colors of #0703AC
Black with #0703AC
Text Example
Text Example
White with #0703AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703AC; }
p { color: rgb(7,3,172); }
H1.HeaderClassName
{
color: #0703AC;
}
.AnyTagClassName
{
color: #0703AC;
}
</style>
background-color css
<style>
a { background-color: #0703AC; }
a { background-color: rgb(7,3,172); }
div.DivClassName
{
background-color: #0703AC;
}
.BgClassName
{
background-color: #0703AC;
}
</style>
border-color css
<style>
span { border-color: #0703AC; }
span { border-color: rgb(7,3,172); }
td.TdClassName
{
border-color: #0703AC;
}
.TagClassName
{
border-color: #0703AC;
}
</style>