Shades of New Midnight Blue #07159D
Tints of New Midnight Blue #07159D
RGB
CMYK
RGB Variations
Color information
#07159D (or 0x07159D) is known color: New Midnight Blue. HEX triplet: 07, 15 and 9D. RGB value is (7,21,157). Sum of RGB (Red+Green+Blue) = 7+21+157=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 157 (61.72% from 255 or 84.86% from 185); Max value from RGB is 157 - color contains mainly: blue. Hex color #07159D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07159D is #F8EA62. Grayscale: #1F1F1F. Windows color (decimal): -16312931 or 10294535. OLE color: 10294535.
HSL color Cylindrical-coordinate representation of color #07159D: hue angle of 234.4º degrees, saturation: 0.91, 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 #07159D is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 21 | 157 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.38 |
| HSL | 234.4º | 0.91% | 0.32% | - |
| HSV(B) | 234.4º | 0.96% | 0.62% | - |
| XYZ | 6.44 | 3.02 | 32.14 | - |
| YUV | 32.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 157 | 0.96 | 0.87 | 0 | 0.38 | 234.4 | 0.91 | 0.32 |
| Hex | 7 | 15 | 9D | 60 | 57 | 0 | 26 | EA | 5B | 20 |
| Octal | 7 | 25 | 235 | 140 | 127 | 0 | 46 | 352 | 133 | 40 |
| Binary | 111 | 10101 | 10011101 | 1100000 | 1010111 | 0 | 100110 | 11101010 | 1011011 | 100000 |
Color Harmonies of #07159D
Complementary color
Monochromatic Colors of #07159D
Black with #07159D
Text Example
Text Example
White with #07159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07159D; }
p { color: rgb(7,21,157); }
H1.HeaderClassName
{
color: #07159D;
}
.AnyTagClassName
{
color: #07159D;
}
</style>
background-color css
<style>
a { background-color: #07159D; }
a { background-color: rgb(7,21,157); }
div.DivClassName
{
background-color: #07159D;
}
.BgClassName
{
background-color: #07159D;
}
</style>
border-color css
<style>
span { border-color: #07159D; }
span { border-color: rgb(7,21,157); }
td.TdClassName
{
border-color: #07159D;
}
.TagClassName
{
border-color: #07159D;
}
</style>