Shades of New Midnight Blue #09079D
Tints of New Midnight Blue #09079D
RGB
CMYK
RGB Variations
Color information
#09079D (or 0x09079D) is known color: New Midnight Blue. HEX triplet: 09, 07 and 9D. RGB value is (9,7,157). Sum of RGB (Red+Green+Blue) = 9+7+157=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 157 (61.72% from 255 or 90.75% from 173); Max value from RGB is 157 - color contains mainly: blue. Hex color #09079D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09079D is #F6F862. Grayscale: #181818. Windows color (decimal): -16185443 or 10290953. OLE color: 10290953.
HSL color Cylindrical-coordinate representation of color #09079D: hue angle of 240.8º 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 #09079D is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 7 | 157 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.38 |
| HSL | 240.8º | 0.91% | 0.32% | - |
| HSV(B) | 240.8º | 0.96% | 0.62% | - |
| XYZ | 6.27 | 2.64 | 32.08 | - |
| YUV | 24.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 157 | 0.94 | 0.96 | 0 | 0.38 | 240.8 | 0.91 | 0.32 |
| Hex | 9 | 7 | 9D | 5E | 60 | 0 | 26 | F1 | 5B | 20 |
| Octal | 11 | 7 | 235 | 136 | 140 | 0 | 46 | 361 | 133 | 40 |
| Binary | 1001 | 111 | 10011101 | 1011110 | 1100000 | 0 | 100110 | 11110001 | 1011011 | 100000 |
Color Harmonies of #09079D
Complementary color
Monochromatic Colors of #09079D
Black with #09079D
Text Example
Text Example
White with #09079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09079D; }
p { color: rgb(9,7,157); }
H1.HeaderClassName
{
color: #09079D;
}
.AnyTagClassName
{
color: #09079D;
}
</style>
background-color css
<style>
a { background-color: #09079D; }
a { background-color: rgb(9,7,157); }
div.DivClassName
{
background-color: #09079D;
}
.BgClassName
{
background-color: #09079D;
}
</style>
border-color css
<style>
span { border-color: #09079D; }
span { border-color: rgb(9,7,157); }
td.TdClassName
{
border-color: #09079D;
}
.TagClassName
{
border-color: #09079D;
}
</style>