Shades of New Midnight Blue #0705A0
Tints of New Midnight Blue #0705A0
RGB
CMYK
RGB Variations
Color information
#0705A0 (or 0x0705A0) is known color: New Midnight Blue. HEX triplet: 07, 05 and A0. RGB value is (7,5,160). Sum of RGB (Red+Green+Blue) = 7+5+160=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 160 (62.89% from 255 or 93.02% from 172); Max value from RGB is 160 - color contains mainly: blue. Hex color #0705A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0705A0 is #F8FA5F. Grayscale: #161616. Windows color (decimal): -16317024 or 10487047. OLE color: 10487047.
HSL color Cylindrical-coordinate representation of color #0705A0: hue angle of 240.77º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705A0 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 5 | 160 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.37 |
| HSL | 240.77º | 0.94% | 0.32% | - |
| HSV(B) | 240.77º | 0.97% | 0.63% | - |
| XYZ | 6.49 | 2.69 | 33.44 | - |
| YUV | 23.27 | 205.16 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 160 | 0.96 | 0.97 | 0 | 0.37 | 240.77 | 0.94 | 0.32 |
| Hex | 7 | 5 | A0 | 60 | 61 | 0 | 25 | F1 | 5E | 20 |
| Octal | 7 | 5 | 240 | 140 | 141 | 0 | 45 | 361 | 136 | 40 |
| Binary | 111 | 101 | 10100000 | 1100000 | 1100001 | 0 | 100101 | 11110001 | 1011110 | 100000 |
Color Harmonies of #0705A0
Complementary color
Monochromatic Colors of #0705A0
Black with #0705A0
Text Example
Text Example
White with #0705A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705A0; }
p { color: rgb(7,5,160); }
H1.HeaderClassName
{
color: #0705A0;
}
.AnyTagClassName
{
color: #0705A0;
}
</style>
background-color css
<style>
a { background-color: #0705A0; }
a { background-color: rgb(7,5,160); }
div.DivClassName
{
background-color: #0705A0;
}
.BgClassName
{
background-color: #0705A0;
}
</style>
border-color css
<style>
span { border-color: #0705A0; }
span { border-color: rgb(7,5,160); }
td.TdClassName
{
border-color: #0705A0;
}
.TagClassName
{
border-color: #0705A0;
}
</style>