Shades of New Midnight Blue #070BA8
Tints of New Midnight Blue #070BA8
RGB
CMYK
RGB Variations
Color information
#070BA8 (or 0x070BA8) is known color: New Midnight Blue. HEX triplet: 07, 0B and A8. RGB value is (7,11,168). Sum of RGB (Red+Green+Blue) = 7+11+168=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 168 (66.02% from 255 or 90.32% from 186); Max value from RGB is 168 - color contains mainly: blue. Hex color #070BA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070BA8 is #F8F457. Grayscale: #1B1B1B. Windows color (decimal): -16315480 or 11012871. OLE color: 11012871.
HSL color Cylindrical-coordinate representation of color #070BA8: hue angle of 238.51º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070BA8 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 11 | 168 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.34 |
| HSL | 238.51º | 0.92% | 0.34% | - |
| HSV(B) | 238.51º | 0.96% | 0.66% | - |
| XYZ | 7.28 | 3.11 | 37.26 | - |
| YUV | 27.7 | 207.17 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 168 | 0.96 | 0.93 | 0 | 0.34 | 238.51 | 0.92 | 0.34 |
| Hex | 7 | B | A8 | 60 | 5D | 0 | 22 | EF | 5C | 22 |
| Octal | 7 | 13 | 250 | 140 | 135 | 0 | 42 | 357 | 134 | 42 |
| Binary | 111 | 1011 | 10101000 | 1100000 | 1011101 | 0 | 100010 | 11101111 | 1011100 | 100010 |
Color Harmonies of #070BA8
Complementary color
Monochromatic Colors of #070BA8
Black with #070BA8
Text Example
Text Example
White with #070BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BA8; }
p { color: rgb(7,11,168); }
H1.HeaderClassName
{
color: #070BA8;
}
.AnyTagClassName
{
color: #070BA8;
}
</style>
background-color css
<style>
a { background-color: #070BA8; }
a { background-color: rgb(7,11,168); }
div.DivClassName
{
background-color: #070BA8;
}
.BgClassName
{
background-color: #070BA8;
}
</style>
border-color css
<style>
span { border-color: #070BA8; }
span { border-color: rgb(7,11,168); }
td.TdClassName
{
border-color: #070BA8;
}
.TagClassName
{
border-color: #070BA8;
}
</style>