Shades of New Midnight Blue #07009E
Tints of New Midnight Blue #07009E
RGB
CMYK
RGB Variations
Color information
#07009E (or 0x07009E) is known color: New Midnight Blue. HEX triplet: 07, 00 and 9E. RGB value is (7,0,158). Sum of RGB (Red+Green+Blue) = 7+0+158=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 158 (62.11% from 255 or 95.76% from 165); Max value from RGB is 158 - color contains mainly: blue. Hex color #07009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07009E is #F8FF61. Grayscale: #131313. Windows color (decimal): -16318306 or 10354695. OLE color: 10354695.
HSL color Cylindrical-coordinate representation of color #07009E: hue angle of 242.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07009E is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 0 | 158 | - |
| CMYK | 0.96 | 1 | 0 | 0.38 |
| HSL | 242.66º | 1% | 0.31% | - |
| HSV(B) | 242.66º | 1% | 0.62% | - |
| XYZ | 6.26 | 2.51 | 32.5 | - |
| YUV | 20.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 158 | 0.96 | 1 | 0 | 0.38 | 242.66 | 1 | 0.31 |
| Hex | 7 | 0 | 9E | 60 | 64 | 0 | 26 | F3 | 64 | 1F |
| Octal | 7 | 0 | 236 | 140 | 144 | 0 | 46 | 363 | 144 | 37 |
| Binary | 111 | 0 | 10011110 | 1100000 | 1100100 | 0 | 100110 | 11110011 | 1100100 | 11111 |
Color Harmonies of #07009E
Complementary color
Monochromatic Colors of #07009E
Black with #07009E
Text Example
Text Example
White with #07009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07009E; }
p { color: rgb(7,0,158); }
H1.HeaderClassName
{
color: #07009E;
}
.AnyTagClassName
{
color: #07009E;
}
</style>
background-color css
<style>
a { background-color: #07009E; }
a { background-color: rgb(7,0,158); }
div.DivClassName
{
background-color: #07009E;
}
.BgClassName
{
background-color: #07009E;
}
</style>
border-color css
<style>
span { border-color: #07009E; }
span { border-color: rgb(7,0,158); }
td.TdClassName
{
border-color: #07009E;
}
.TagClassName
{
border-color: #07009E;
}
</style>