Shades of New Midnight Blue #07139B
Tints of New Midnight Blue #07139B
RGB
CMYK
RGB Variations
Color information
#07139B (or 0x07139B) is known color: New Midnight Blue. HEX triplet: 07, 13 and 9B. RGB value is (7,19,155). Sum of RGB (Red+Green+Blue) = 7+19+155=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #07139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07139B is #F8EC64. Grayscale: #1E1E1E. Windows color (decimal): -16313445 or 10162951. OLE color: 10162951.
HSL color Cylindrical-coordinate representation of color #07139B: hue angle of 235.14º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07139B is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 19 | 155 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.39 |
| HSL | 235.14º | 0.91% | 0.32% | - |
| HSV(B) | 235.14º | 0.95% | 0.61% | - |
| XYZ | 6.24 | 2.88 | 31.24 | - |
| YUV | 30.92 | 198.02 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 155 | 0.95 | 0.88 | 0 | 0.39 | 235.14 | 0.91 | 0.32 |
| Hex | 7 | 13 | 9B | 5F | 58 | 0 | 27 | EB | 5B | 20 |
| Octal | 7 | 23 | 233 | 137 | 130 | 0 | 47 | 353 | 133 | 40 |
| Binary | 111 | 10011 | 10011011 | 1011111 | 1011000 | 0 | 100111 | 11101011 | 1011011 | 100000 |
Color Harmonies of #07139B
Complementary color
Monochromatic Colors of #07139B
Black with #07139B
Text Example
Text Example
White with #07139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07139B; }
p { color: rgb(7,19,155); }
H1.HeaderClassName
{
color: #07139B;
}
.AnyTagClassName
{
color: #07139B;
}
</style>
background-color css
<style>
a { background-color: #07139B; }
a { background-color: rgb(7,19,155); }
div.DivClassName
{
background-color: #07139B;
}
.BgClassName
{
background-color: #07139B;
}
</style>
border-color css
<style>
span { border-color: #07139B; }
span { border-color: rgb(7,19,155); }
td.TdClassName
{
border-color: #07139B;
}
.TagClassName
{
border-color: #07139B;
}
</style>