Shades of New Midnight Blue #070BA7
Tints of New Midnight Blue #070BA7
RGB
CMYK
RGB Variations
Color information
#070BA7 (or 0x070BA7) is known color: New Midnight Blue. HEX triplet: 07, 0B and A7. RGB value is (7,11,167). Sum of RGB (Red+Green+Blue) = 7+11+167=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 167 (65.62% from 255 or 90.27% from 185); Max value from RGB is 167 - color contains mainly: blue. Hex color #070BA7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070BA7 is #F8F458. Grayscale: #1A1A1A. Windows color (decimal): -16315481 or 10947335. OLE color: 10947335.
HSL color Cylindrical-coordinate representation of color #070BA7: hue angle of 238.5º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070BA7 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 11 | 167 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.35 |
| HSL | 238.5º | 0.92% | 0.34% | - |
| HSV(B) | 238.5º | 0.96% | 0.65% | - |
| XYZ | 7.18 | 3.07 | 36.77 | - |
| YUV | 27.59 | 206.67 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 167 | 0.96 | 0.93 | 0 | 0.35 | 238.5 | 0.92 | 0.34 |
| Hex | 7 | B | A7 | 60 | 5D | 0 | 23 | EE | 5C | 22 |
| Octal | 7 | 13 | 247 | 140 | 135 | 0 | 43 | 356 | 134 | 42 |
| Binary | 111 | 1011 | 10100111 | 1100000 | 1011101 | 0 | 100011 | 11101110 | 1011100 | 100010 |
Color Harmonies of #070BA7
Complementary color
Monochromatic Colors of #070BA7
Black with #070BA7
Text Example
Text Example
White with #070BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BA7; }
p { color: rgb(7,11,167); }
H1.HeaderClassName
{
color: #070BA7;
}
.AnyTagClassName
{
color: #070BA7;
}
</style>
background-color css
<style>
a { background-color: #070BA7; }
a { background-color: rgb(7,11,167); }
div.DivClassName
{
background-color: #070BA7;
}
.BgClassName
{
background-color: #070BA7;
}
</style>
border-color css
<style>
span { border-color: #070BA7; }
span { border-color: rgb(7,11,167); }
td.TdClassName
{
border-color: #070BA7;
}
.TagClassName
{
border-color: #070BA7;
}
</style>