Shades of New Midnight Blue #0703AF
Tints of New Midnight Blue #0703AF
RGB
CMYK
RGB Variations
Color information
#0703AF (or 0x0703AF) is known color: New Midnight Blue. HEX triplet: 07, 03 and AF. RGB value is (7,3,175). Sum of RGB (Red+Green+Blue) = 7+3+175=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 175 (68.75% from 255 or 94.59% from 185); Max value from RGB is 175 - color contains mainly: blue. Hex color #0703AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0703AF is #F8FC50. Grayscale: #171717. Windows color (decimal): -16317521 or 11469575. OLE color: 11469575.
HSL color Cylindrical-coordinate representation of color #0703AF: hue angle of 241.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0703AF is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 3 | 175 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.31 |
| HSL | 241.4º | 0.97% | 0.35% | - |
| HSV(B) | 241.4º | 0.98% | 0.69% | - |
| XYZ | 7.86 | 3.21 | 40.76 | - |
| YUV | 23.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 175 | 0.96 | 0.98 | 0 | 0.31 | 241.4 | 0.97 | 0.35 |
| Hex | 7 | 3 | AF | 60 | 62 | 0 | 1F | F1 | 61 | 23 |
| Octal | 7 | 3 | 257 | 140 | 142 | 0 | 37 | 361 | 141 | 43 |
| Binary | 111 | 11 | 10101111 | 1100000 | 1100010 | 0 | 11111 | 11110001 | 1100001 | 100011 |
Color Harmonies of #0703AF
Complementary color
Monochromatic Colors of #0703AF
Black with #0703AF
Text Example
Text Example
White with #0703AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0703AF; }
p { color: rgb(7,3,175); }
H1.HeaderClassName
{
color: #0703AF;
}
.AnyTagClassName
{
color: #0703AF;
}
</style>
background-color css
<style>
a { background-color: #0703AF; }
a { background-color: rgb(7,3,175); }
div.DivClassName
{
background-color: #0703AF;
}
.BgClassName
{
background-color: #0703AF;
}
</style>
border-color css
<style>
span { border-color: #0703AF; }
span { border-color: rgb(7,3,175); }
td.TdClassName
{
border-color: #0703AF;
}
.TagClassName
{
border-color: #0703AF;
}
</style>