Shades of New Midnight Blue #07169D
Tints of New Midnight Blue #07169D
RGB
CMYK
RGB Variations
Color information
#07169D (or 0x07169D) is known color: New Midnight Blue. HEX triplet: 07, 16 and 9D. RGB value is (7,22,157). Sum of RGB (Red+Green+Blue) = 7+22+157=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 157 (61.72% from 255 or 84.41% from 186); Max value from RGB is 157 - color contains mainly: blue. Hex color #07169D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07169D is #F8E962. Grayscale: #202020. Windows color (decimal): -16312675 or 10294791. OLE color: 10294791.
HSL color Cylindrical-coordinate representation of color #07169D: hue angle of 234º 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 #07169D is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 22 | 157 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.38 |
| HSL | 234º | 0.91% | 0.32% | - |
| HSV(B) | 234º | 0.96% | 0.62% | - |
| XYZ | 6.46 | 3.05 | 32.15 | - |
| YUV | 32.91 | 198.03 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 157 | 0.96 | 0.86 | 0 | 0.38 | 234 | 0.91 | 0.32 |
| Hex | 7 | 16 | 9D | 60 | 56 | 0 | 26 | EA | 5B | 20 |
| Octal | 7 | 26 | 235 | 140 | 126 | 0 | 46 | 352 | 133 | 40 |
| Binary | 111 | 10110 | 10011101 | 1100000 | 1010110 | 0 | 100110 | 11101010 | 1011011 | 100000 |
Color Harmonies of #07169D
Complementary color
Monochromatic Colors of #07169D
Black with #07169D
Text Example
Text Example
White with #07169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07169D; }
p { color: rgb(7,22,157); }
H1.HeaderClassName
{
color: #07169D;
}
.AnyTagClassName
{
color: #07169D;
}
</style>
background-color css
<style>
a { background-color: #07169D; }
a { background-color: rgb(7,22,157); }
div.DivClassName
{
background-color: #07169D;
}
.BgClassName
{
background-color: #07169D;
}
</style>
border-color css
<style>
span { border-color: #07169D; }
span { border-color: rgb(7,22,157); }
td.TdClassName
{
border-color: #07169D;
}
.TagClassName
{
border-color: #07169D;
}
</style>