Shades of New Midnight Blue #070F9E
Tints of New Midnight Blue #070F9E
RGB
CMYK
RGB Variations
Color information
#070F9E (or 0x070F9E) is known color: New Midnight Blue. HEX triplet: 07, 0F and 9E. RGB value is (7,15,158). Sum of RGB (Red+Green+Blue) = 7+15+158=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #070F9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070F9E is #F8F061. Grayscale: #1C1C1C. Windows color (decimal): -16314466 or 10358535. OLE color: 10358535.
HSL color Cylindrical-coordinate representation of color #070F9E: hue angle of 236.82º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070F9E is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 15 | 158 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.38 |
| HSL | 236.82º | 0.92% | 0.32% | - |
| HSV(B) | 236.82º | 0.96% | 0.62% | - |
| XYZ | 6.43 | 2.86 | 32.56 | - |
| YUV | 28.91 | 200.85 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 158 | 0.96 | 0.91 | 0 | 0.38 | 236.82 | 0.92 | 0.32 |
| Hex | 7 | F | 9E | 60 | 5B | 0 | 26 | ED | 5C | 20 |
| Octal | 7 | 17 | 236 | 140 | 133 | 0 | 46 | 355 | 134 | 40 |
| Binary | 111 | 1111 | 10011110 | 1100000 | 1011011 | 0 | 100110 | 11101101 | 1011100 | 100000 |
Color Harmonies of #070F9E
Complementary color
Monochromatic Colors of #070F9E
Black with #070F9E
Text Example
Text Example
White with #070F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070F9E; }
p { color: rgb(7,15,158); }
H1.HeaderClassName
{
color: #070F9E;
}
.AnyTagClassName
{
color: #070F9E;
}
</style>
background-color css
<style>
a { background-color: #070F9E; }
a { background-color: rgb(7,15,158); }
div.DivClassName
{
background-color: #070F9E;
}
.BgClassName
{
background-color: #070F9E;
}
</style>
border-color css
<style>
span { border-color: #070F9E; }
span { border-color: rgb(7,15,158); }
td.TdClassName
{
border-color: #070F9E;
}
.TagClassName
{
border-color: #070F9E;
}
</style>