Shades of New Midnight Blue #0701A3
Tints of New Midnight Blue #0701A3
RGB
CMYK
RGB Variations
Color information
#0701A3 (or 0x0701A3) is known color: New Midnight Blue. HEX triplet: 07, 01 and A3. RGB value is (7,1,163). Sum of RGB (Red+Green+Blue) = 7+1+163=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 163 (64.06% from 255 or 95.32% from 171); Max value from RGB is 163 - color contains mainly: blue. Hex color #0701A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0701A3 is #F8FE5C. Grayscale: #141414. Windows color (decimal): -16318045 or 10682631. OLE color: 10682631.
HSL color Cylindrical-coordinate representation of color #0701A3: hue angle of 242.22º degrees, saturation: 0.99, 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 #0701A3 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 1 | 163 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.36 |
| HSL | 242.22º | 0.99% | 0.32% | - |
| HSV(B) | 242.22º | 0.99% | 0.64% | - |
| XYZ | 6.71 | 2.71 | 34.82 | - |
| YUV | 21.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 163 | 0.96 | 0.99 | 0 | 0.36 | 242.22 | 0.99 | 0.32 |
| Hex | 7 | 1 | A3 | 60 | 63 | 0 | 24 | F2 | 63 | 20 |
| Octal | 7 | 1 | 243 | 140 | 143 | 0 | 44 | 362 | 143 | 40 |
| Binary | 111 | 1 | 10100011 | 1100000 | 1100011 | 0 | 100100 | 11110010 | 1100011 | 100000 |
Color Harmonies of #0701A3
Complementary color
Monochromatic Colors of #0701A3
Black with #0701A3
Text Example
Text Example
White with #0701A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0701A3; }
p { color: rgb(7,1,163); }
H1.HeaderClassName
{
color: #0701A3;
}
.AnyTagClassName
{
color: #0701A3;
}
</style>
background-color css
<style>
a { background-color: #0701A3; }
a { background-color: rgb(7,1,163); }
div.DivClassName
{
background-color: #0701A3;
}
.BgClassName
{
background-color: #0701A3;
}
</style>
border-color css
<style>
span { border-color: #0701A3; }
span { border-color: rgb(7,1,163); }
td.TdClassName
{
border-color: #0701A3;
}
.TagClassName
{
border-color: #0701A3;
}
</style>