Shades of New Midnight Blue #0703AE
Tints of New Midnight Blue #0703AE
RGB
CMYK
RGB Variations
Color information
#0703AE (or 0x0703AE) is known color: New Midnight Blue. HEX triplet: 07, 03 and AE. RGB value is (7,3,174). Sum of RGB (Red+Green+Blue) = 7+3+174=184 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.80% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 174 (68.36% from 255 or 94.57% from 184); Max value from RGB is 174 - color contains mainly: blue. Hex color #0703AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0703AE is #F8FC51. Grayscale: #171717. Windows color (decimal): -16317522 or 11404039. OLE color: 11404039.
HSL color Cylindrical-coordinate representation of color #0703AE: hue angle of 241.4º 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 #0703AE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 3 | 174 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.32 |
| HSL | 241.4º | 0.97% | 0.35% | - |
| HSV(B) | 241.4º | 0.98% | 0.68% | - |
| XYZ | 7.76 | 3.17 | 40.25 | - |
| YUV | 23.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 174 | 0.96 | 0.98 | 0 | 0.32 | 241.4 | 0.97 | 0.35 |
| Hex | 7 | 3 | AE | 60 | 62 | 0 | 20 | F1 | 61 | 23 |
| Octal | 7 | 3 | 256 | 140 | 142 | 0 | 40 | 361 | 141 | 43 |
| Binary | 111 | 11 | 10101110 | 1100000 | 1100010 | 0 | 100000 | 11110001 | 1100001 | 100011 |
Color Harmonies of #0703AE
Complementary color
Monochromatic Colors of #0703AE
Black with #0703AE
Text Example
Text Example
White with #0703AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703AE; }
p { color: rgb(7,3,174); }
H1.HeaderClassName
{
color: #0703AE;
}
.AnyTagClassName
{
color: #0703AE;
}
</style>
background-color css
<style>
a { background-color: #0703AE; }
a { background-color: rgb(7,3,174); }
div.DivClassName
{
background-color: #0703AE;
}
.BgClassName
{
background-color: #0703AE;
}
</style>
border-color css
<style>
span { border-color: #0703AE; }
span { border-color: rgb(7,3,174); }
td.TdClassName
{
border-color: #0703AE;
}
.TagClassName
{
border-color: #0703AE;
}
</style>