Shades of New Midnight Blue #07019F
Tints of New Midnight Blue #07019F
RGB
CMYK
RGB Variations
Color information
#07019F (or 0x07019F) is known color: New Midnight Blue. HEX triplet: 07, 01 and 9F. RGB value is (7,1,159). Sum of RGB (Red+Green+Blue) = 7+1+159=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 159 (62.5% from 255 or 95.21% from 167); Max value from RGB is 159 - color contains mainly: blue. Hex color #07019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07019F is #F8FE60. Grayscale: #141414. Windows color (decimal): -16318049 or 10420487. OLE color: 10420487.
HSL color Cylindrical-coordinate representation of color #07019F: hue angle of 242.28º 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 #07019F is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 1 | 159 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.38 |
| HSL | 242.28º | 0.99% | 0.31% | - |
| HSV(B) | 242.28º | 0.99% | 0.62% | - |
| XYZ | 6.36 | 2.57 | 32.96 | - |
| YUV | 20.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 159 | 0.96 | 0.99 | 0 | 0.38 | 242.28 | 0.99 | 0.31 |
| Hex | 7 | 1 | 9F | 60 | 63 | 0 | 26 | F2 | 63 | 1F |
| Octal | 7 | 1 | 237 | 140 | 143 | 0 | 46 | 362 | 143 | 37 |
| Binary | 111 | 1 | 10011111 | 1100000 | 1100011 | 0 | 100110 | 11110010 | 1100011 | 11111 |
Color Harmonies of #07019F
Complementary color
Monochromatic Colors of #07019F
Black with #07019F
Text Example
Text Example
White with #07019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07019F; }
p { color: rgb(7,1,159); }
H1.HeaderClassName
{
color: #07019F;
}
.AnyTagClassName
{
color: #07019F;
}
</style>
background-color css
<style>
a { background-color: #07019F; }
a { background-color: rgb(7,1,159); }
div.DivClassName
{
background-color: #07019F;
}
.BgClassName
{
background-color: #07019F;
}
</style>
border-color css
<style>
span { border-color: #07019F; }
span { border-color: rgb(7,1,159); }
td.TdClassName
{
border-color: #07019F;
}
.TagClassName
{
border-color: #07019F;
}
</style>