Shades of New Midnight Blue #0702A3
Tints of New Midnight Blue #0702A3
RGB
CMYK
RGB Variations
Color information
#0702A3 (or 0x0702A3) is known color: New Midnight Blue. HEX triplet: 07, 02 and A3. RGB value is (7,2,163). Sum of RGB (Red+Green+Blue) = 7+2+163=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 163 (64.06% from 255 or 94.77% from 172); Max value from RGB is 163 - color contains mainly: blue. Hex color #0702A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0702A3 is #F8FD5C. Grayscale: #151515. Windows color (decimal): -16317789 or 10682887. OLE color: 10682887.
HSL color Cylindrical-coordinate representation of color #0702A3: hue angle of 241.86º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0702A3 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 2 | 163 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.36 |
| HSL | 241.86º | 0.98% | 0.32% | - |
| HSV(B) | 241.86º | 0.99% | 0.64% | - |
| XYZ | 6.72 | 2.73 | 34.82 | - |
| YUV | 21.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 163 | 0.96 | 0.99 | 0 | 0.36 | 241.86 | 0.98 | 0.32 |
| Hex | 7 | 2 | A3 | 60 | 63 | 0 | 24 | F2 | 62 | 20 |
| Octal | 7 | 2 | 243 | 140 | 143 | 0 | 44 | 362 | 142 | 40 |
| Binary | 111 | 10 | 10100011 | 1100000 | 1100011 | 0 | 100100 | 11110010 | 1100010 | 100000 |
Color Harmonies of #0702A3
Complementary color
Monochromatic Colors of #0702A3
Black with #0702A3
Text Example
Text Example
White with #0702A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0702A3; }
p { color: rgb(7,2,163); }
H1.HeaderClassName
{
color: #0702A3;
}
.AnyTagClassName
{
color: #0702A3;
}
</style>
background-color css
<style>
a { background-color: #0702A3; }
a { background-color: rgb(7,2,163); }
div.DivClassName
{
background-color: #0702A3;
}
.BgClassName
{
background-color: #0702A3;
}
</style>
border-color css
<style>
span { border-color: #0702A3; }
span { border-color: rgb(7,2,163); }
td.TdClassName
{
border-color: #0702A3;
}
.TagClassName
{
border-color: #0702A3;
}
</style>