Shades of New Midnight Blue #0703AD
Tints of New Midnight Blue #0703AD
RGB
CMYK
RGB Variations
Color information
#0703AD (or 0x0703AD) is known color: New Midnight Blue. HEX triplet: 07, 03 and AD. RGB value is (7,3,173). Sum of RGB (Red+Green+Blue) = 7+3+173=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 173 (67.97% from 255 or 94.54% from 183); Max value from RGB is 173 - color contains mainly: blue. Hex color #0703AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0703AD is #F8FC52. Grayscale: #161616. Windows color (decimal): -16317523 or 11338503. OLE color: 11338503.
HSL color Cylindrical-coordinate representation of color #0703AD: hue angle of 241.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0703AD is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 3 | 173 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.32 |
| HSL | 241.41º | 0.97% | 0.35% | - |
| HSV(B) | 241.41º | 0.98% | 0.68% | - |
| XYZ | 7.66 | 3.13 | 39.73 | - |
| YUV | 23.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 173 | 0.96 | 0.98 | 0 | 0.32 | 241.41 | 0.97 | 0.35 |
| Hex | 7 | 3 | AD | 60 | 62 | 0 | 20 | F1 | 61 | 23 |
| Octal | 7 | 3 | 255 | 140 | 142 | 0 | 40 | 361 | 141 | 43 |
| Binary | 111 | 11 | 10101101 | 1100000 | 1100010 | 0 | 100000 | 11110001 | 1100001 | 100011 |
Color Harmonies of #0703AD
Complementary color
Monochromatic Colors of #0703AD
Black with #0703AD
Text Example
Text Example
White with #0703AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703AD; }
p { color: rgb(7,3,173); }
H1.HeaderClassName
{
color: #0703AD;
}
.AnyTagClassName
{
color: #0703AD;
}
</style>
background-color css
<style>
a { background-color: #0703AD; }
a { background-color: rgb(7,3,173); }
div.DivClassName
{
background-color: #0703AD;
}
.BgClassName
{
background-color: #0703AD;
}
</style>
border-color css
<style>
span { border-color: #0703AD; }
span { border-color: rgb(7,3,173); }
td.TdClassName
{
border-color: #0703AD;
}
.TagClassName
{
border-color: #0703AD;
}
</style>