Shades of New Midnight Blue #07019C
Tints of New Midnight Blue #07019C
RGB
CMYK
RGB Variations
Color information
#07019C (or 0x07019C) is known color: New Midnight Blue. HEX triplet: 07, 01 and 9C. RGB value is (7,1,156). Sum of RGB (Red+Green+Blue) = 7+1+156=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 156 (61.33% from 255 or 95.12% from 164); Max value from RGB is 156 - color contains mainly: blue. Hex color #07019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07019C is #F8FE63. Grayscale: #131313. Windows color (decimal): -16318052 or 10223879. OLE color: 10223879.
HSL color Cylindrical-coordinate representation of color #07019C: hue angle of 242.32º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07019C is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 1 | 156 | - |
| CMYK | 0.96 | 0.99 | 0 | 0.39 |
| HSL | 242.32º | 0.99% | 0.31% | - |
| HSV(B) | 242.32º | 0.99% | 0.61% | - |
| XYZ | 6.1 | 2.47 | 31.61 | - |
| YUV | 20.46 | 204.49 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 156 | 0.96 | 0.99 | 0 | 0.39 | 242.32 | 0.99 | 0.31 |
| Hex | 7 | 1 | 9C | 60 | 63 | 0 | 27 | F2 | 63 | 1F |
| Octal | 7 | 1 | 234 | 140 | 143 | 0 | 47 | 362 | 143 | 37 |
| Binary | 111 | 1 | 10011100 | 1100000 | 1100011 | 0 | 100111 | 11110010 | 1100011 | 11111 |
Color Harmonies of #07019C
Complementary color
Monochromatic Colors of #07019C
Black with #07019C
Text Example
Text Example
White with #07019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07019C; }
p { color: rgb(7,1,156); }
H1.HeaderClassName
{
color: #07019C;
}
.AnyTagClassName
{
color: #07019C;
}
</style>
background-color css
<style>
a { background-color: #07019C; }
a { background-color: rgb(7,1,156); }
div.DivClassName
{
background-color: #07019C;
}
.BgClassName
{
background-color: #07019C;
}
</style>
border-color css
<style>
span { border-color: #07019C; }
span { border-color: rgb(7,1,156); }
td.TdClassName
{
border-color: #07019C;
}
.TagClassName
{
border-color: #07019C;
}
</style>