Shades of New Midnight Blue #0705AF
Tints of New Midnight Blue #0705AF
RGB
CMYK
RGB Variations
Color information
#0705AF (or 0x0705AF) is known color: New Midnight Blue. HEX triplet: 07, 05 and AF. RGB value is (7,5,175). Sum of RGB (Red+Green+Blue) = 7+5+175=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 175 (68.75% from 255 or 93.58% from 187); Max value from RGB is 175 - color contains mainly: blue. Hex color #0705AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0705AF is #F8FA50. Grayscale: #181818. Windows color (decimal): -16317009 or 11470087. OLE color: 11470087.
HSL color Cylindrical-coordinate representation of color #0705AF: hue angle of 240.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0705AF is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 5 | 175 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.31 |
| HSL | 240.71º | 0.94% | 0.35% | - |
| HSV(B) | 240.71º | 0.97% | 0.69% | - |
| XYZ | 7.88 | 3.25 | 40.77 | - |
| YUV | 24.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 175 | 0.96 | 0.97 | 0 | 0.31 | 240.71 | 0.94 | 0.35 |
| Hex | 7 | 5 | AF | 60 | 61 | 0 | 1F | F1 | 5E | 23 |
| Octal | 7 | 5 | 257 | 140 | 141 | 0 | 37 | 361 | 136 | 43 |
| Binary | 111 | 101 | 10101111 | 1100000 | 1100001 | 0 | 11111 | 11110001 | 1011110 | 100011 |
Color Harmonies of #0705AF
Complementary color
Monochromatic Colors of #0705AF
Black with #0705AF
Text Example
Text Example
White with #0705AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0705AF; }
p { color: rgb(7,5,175); }
H1.HeaderClassName
{
color: #0705AF;
}
.AnyTagClassName
{
color: #0705AF;
}
</style>
background-color css
<style>
a { background-color: #0705AF; }
a { background-color: rgb(7,5,175); }
div.DivClassName
{
background-color: #0705AF;
}
.BgClassName
{
background-color: #0705AF;
}
</style>
border-color css
<style>
span { border-color: #0705AF; }
span { border-color: rgb(7,5,175); }
td.TdClassName
{
border-color: #0705AF;
}
.TagClassName
{
border-color: #0705AF;
}
</style>