Shades of New Midnight Blue #070B9A
Tints of New Midnight Blue #070B9A
RGB
CMYK
RGB Variations
Color information
#070B9A (or 0x070B9A) is known color: New Midnight Blue. HEX triplet: 07, 0B and 9A. RGB value is (7,11,154). Sum of RGB (Red+Green+Blue) = 7+11+154=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 154 (60.55% from 255 or 89.53% from 172); Max value from RGB is 154 - color contains mainly: blue. Hex color #070B9A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070B9A is #F8F465. Grayscale: #191919. Windows color (decimal): -16315494 or 10095367. OLE color: 10095367.
HSL color Cylindrical-coordinate representation of color #070B9A: hue angle of 238.37º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070B9A is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 11 | 154 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.40 |
| HSL | 238.37º | 0.91% | 0.32% | - |
| HSV(B) | 238.37º | 0.95% | 0.6% | - |
| XYZ | 6.04 | 2.62 | 30.76 | - |
| YUV | 26.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 154 | 0.95 | 0.93 | 0 | 0.40 | 238.37 | 0.91 | 0.32 |
| Hex | 7 | B | 9A | 5F | 5D | 0 | 28 | EE | 5B | 20 |
| Octal | 7 | 13 | 232 | 137 | 135 | 0 | 50 | 356 | 133 | 40 |
| Binary | 111 | 1011 | 10011010 | 1011111 | 1011101 | 0 | 101000 | 11101110 | 1011011 | 100000 |
Color Harmonies of #070B9A
Complementary color
Monochromatic Colors of #070B9A
Black with #070B9A
Text Example
Text Example
White with #070B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B9A; }
p { color: rgb(7,11,154); }
H1.HeaderClassName
{
color: #070B9A;
}
.AnyTagClassName
{
color: #070B9A;
}
</style>
background-color css
<style>
a { background-color: #070B9A; }
a { background-color: rgb(7,11,154); }
div.DivClassName
{
background-color: #070B9A;
}
.BgClassName
{
background-color: #070B9A;
}
</style>
border-color css
<style>
span { border-color: #070B9A; }
span { border-color: rgb(7,11,154); }
td.TdClassName
{
border-color: #070B9A;
}
.TagClassName
{
border-color: #070B9A;
}
</style>