Shades of New Midnight Blue #0705AB
Tints of New Midnight Blue #0705AB
RGB
CMYK
RGB Variations
Color information
#0705AB (or 0x0705AB) is known color: New Midnight Blue. HEX triplet: 07, 05 and AB. RGB value is (7,5,171). Sum of RGB (Red+Green+Blue) = 7+5+171=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 171 (67.19% from 255 or 93.44% from 183); Max value from RGB is 171 - color contains mainly: blue. Hex color #0705AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0705AB is #F8FA54. Grayscale: #171717. Windows color (decimal): -16317013 or 11207943. OLE color: 11207943.
HSL color Cylindrical-coordinate representation of color #0705AB: hue angle of 240.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705AB is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 5 | 171 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.33 |
| HSL | 240.72º | 0.94% | 0.35% | - |
| HSV(B) | 240.72º | 0.97% | 0.67% | - |
| XYZ | 7.49 | 3.09 | 38.73 | - |
| YUV | 24.52 | 210.66 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 171 | 0.96 | 0.97 | 0 | 0.33 | 240.72 | 0.94 | 0.35 |
| Hex | 7 | 5 | AB | 60 | 61 | 0 | 21 | F1 | 5E | 23 |
| Octal | 7 | 5 | 253 | 140 | 141 | 0 | 41 | 361 | 136 | 43 |
| Binary | 111 | 101 | 10101011 | 1100000 | 1100001 | 0 | 100001 | 11110001 | 1011110 | 100011 |
Color Harmonies of #0705AB
Complementary color
Monochromatic Colors of #0705AB
Black with #0705AB
Text Example
Text Example
White with #0705AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705AB; }
p { color: rgb(7,5,171); }
H1.HeaderClassName
{
color: #0705AB;
}
.AnyTagClassName
{
color: #0705AB;
}
</style>
background-color css
<style>
a { background-color: #0705AB; }
a { background-color: rgb(7,5,171); }
div.DivClassName
{
background-color: #0705AB;
}
.BgClassName
{
background-color: #0705AB;
}
</style>
border-color css
<style>
span { border-color: #0705AB; }
span { border-color: rgb(7,5,171); }
td.TdClassName
{
border-color: #0705AB;
}
.TagClassName
{
border-color: #0705AB;
}
</style>