Shades of New Midnight Blue #07139C
Tints of New Midnight Blue #07139C
RGB
CMYK
RGB Variations
Color information
#07139C (or 0x07139C) is known color: New Midnight Blue. HEX triplet: 07, 13 and 9C. RGB value is (7,19,156). Sum of RGB (Red+Green+Blue) = 7+19+156=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 156 (61.33% from 255 or 85.71% from 182); Max value from RGB is 156 - color contains mainly: blue. Hex color #07139C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07139C is #F8EC63. Grayscale: #1E1E1E. Windows color (decimal): -16313444 or 10228487. OLE color: 10228487.
HSL color Cylindrical-coordinate representation of color #07139C: hue angle of 235.17º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07139C is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 19 | 156 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.39 |
| HSL | 235.17º | 0.91% | 0.32% | - |
| HSV(B) | 235.17º | 0.96% | 0.61% | - |
| XYZ | 6.32 | 2.91 | 31.68 | - |
| YUV | 31.03 | 198.52 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 156 | 0.96 | 0.88 | 0 | 0.39 | 235.17 | 0.91 | 0.32 |
| Hex | 7 | 13 | 9C | 60 | 58 | 0 | 27 | EB | 5B | 20 |
| Octal | 7 | 23 | 234 | 140 | 130 | 0 | 47 | 353 | 133 | 40 |
| Binary | 111 | 10011 | 10011100 | 1100000 | 1011000 | 0 | 100111 | 11101011 | 1011011 | 100000 |
Color Harmonies of #07139C
Complementary color
Monochromatic Colors of #07139C
Black with #07139C
Text Example
Text Example
White with #07139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07139C; }
p { color: rgb(7,19,156); }
H1.HeaderClassName
{
color: #07139C;
}
.AnyTagClassName
{
color: #07139C;
}
</style>
background-color css
<style>
a { background-color: #07139C; }
a { background-color: rgb(7,19,156); }
div.DivClassName
{
background-color: #07139C;
}
.BgClassName
{
background-color: #07139C;
}
</style>
border-color css
<style>
span { border-color: #07139C; }
span { border-color: rgb(7,19,156); }
td.TdClassName
{
border-color: #07139C;
}
.TagClassName
{
border-color: #07139C;
}
</style>