Shades of New Midnight Blue #07009D
Tints of New Midnight Blue #07009D
RGB
CMYK
RGB Variations
Color information
#07009D (or 0x07009D) is known color: New Midnight Blue. HEX triplet: 07, 00 and 9D. RGB value is (7,0,157). Sum of RGB (Red+Green+Blue) = 7+0+157=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 157 (61.72% from 255 or 95.73% from 164); Max value from RGB is 157 - color contains mainly: blue. Hex color #07009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07009D is #F8FF62. Grayscale: #131313. Windows color (decimal): -16318307 or 10289159. OLE color: 10289159.
HSL color Cylindrical-coordinate representation of color #07009D: hue angle of 242.68º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07009D is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 0 | 157 | - |
| CMYK | 0.96 | 1 | 0 | 0.38 |
| HSL | 242.68º | 1% | 0.31% | - |
| HSV(B) | 242.68º | 1% | 0.62% | - |
| XYZ | 6.17 | 2.48 | 32.05 | - |
| YUV | 19.99 | 205.32 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 157 | 0.96 | 1 | 0 | 0.38 | 242.68 | 1 | 0.31 |
| Hex | 7 | 0 | 9D | 60 | 64 | 0 | 26 | F3 | 64 | 1F |
| Octal | 7 | 0 | 235 | 140 | 144 | 0 | 46 | 363 | 144 | 37 |
| Binary | 111 | 0 | 10011101 | 1100000 | 1100100 | 0 | 100110 | 11110011 | 1100100 | 11111 |
Color Harmonies of #07009D
Complementary color
Monochromatic Colors of #07009D
Black with #07009D
Text Example
Text Example
White with #07009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07009D; }
p { color: rgb(7,0,157); }
H1.HeaderClassName
{
color: #07009D;
}
.AnyTagClassName
{
color: #07009D;
}
</style>
background-color css
<style>
a { background-color: #07009D; }
a { background-color: rgb(7,0,157); }
div.DivClassName
{
background-color: #07009D;
}
.BgClassName
{
background-color: #07009D;
}
</style>
border-color css
<style>
span { border-color: #07009D; }
span { border-color: rgb(7,0,157); }
td.TdClassName
{
border-color: #07009D;
}
.TagClassName
{
border-color: #07009D;
}
</style>