Shades of New Midnight Blue #01079E
Tints of New Midnight Blue #01079E
RGB
CMYK
RGB Variations
Color information
#01079E (or 0x01079E) is known color: New Midnight Blue. HEX triplet: 01, 07 and 9E. RGB value is (1,7,158). Sum of RGB (Red+Green+Blue) = 1+7+158=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 158 (62.11% from 255 or 95.18% from 166); Max value from RGB is 158 - color contains mainly: blue. Hex color #01079E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #01079E is #FEF861. Grayscale: #151515. Windows color (decimal): -16709730 or 10356481. OLE color: 10356481.
HSL color Cylindrical-coordinate representation of color #01079E: hue angle of 237.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01079E is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 7 | 158 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.38 |
| HSL | 237.71º | 0.99% | 0.31% | - |
| HSV(B) | 237.71º | 0.99% | 0.62% | - |
| XYZ | 6.26 | 2.63 | 32.52 | - |
| YUV | 22.42 | 204.51 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 7 | 158 | 0.99 | 0.96 | 0 | 0.38 | 237.71 | 0.99 | 0.31 |
| Hex | 1 | 7 | 9E | 63 | 60 | 0 | 26 | EE | 63 | 1F |
| Octal | 1 | 7 | 236 | 143 | 140 | 0 | 46 | 356 | 143 | 37 |
| Binary | 1 | 111 | 10011110 | 1100011 | 1100000 | 0 | 100110 | 11101110 | 1100011 | 11111 |
Color Harmonies of #01079E
Complementary color
Monochromatic Colors of #01079E
Black with #01079E
Text Example
Text Example
White with #01079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01079E; }
p { color: rgb(1,7,158); }
H1.HeaderClassName
{
color: #01079E;
}
.AnyTagClassName
{
color: #01079E;
}
</style>
background-color css
<style>
a { background-color: #01079E; }
a { background-color: rgb(1,7,158); }
div.DivClassName
{
background-color: #01079E;
}
.BgClassName
{
background-color: #01079E;
}
</style>
border-color css
<style>
span { border-color: #01079E; }
span { border-color: rgb(1,7,158); }
td.TdClassName
{
border-color: #01079E;
}
.TagClassName
{
border-color: #01079E;
}
</style>