Shades of New Midnight Blue #09079A
Tints of New Midnight Blue #09079A
RGB
CMYK
RGB Variations
Color information
#09079A (or 0x09079A) is known color: New Midnight Blue. HEX triplet: 09, 07 and 9A. RGB value is (9,7,154). Sum of RGB (Red+Green+Blue) = 9+7+154=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 154 (60.55% from 255 or 90.59% from 170); Max value from RGB is 154 - color contains mainly: blue. Hex color #09079A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #09079A is #F6F865. Grayscale: #171717. Windows color (decimal): -16185446 or 10094345. OLE color: 10094345.
HSL color Cylindrical-coordinate representation of color #09079A: hue angle of 240.82º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09079A is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 9 | 7 | 154 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.40 |
| HSL | 240.82º | 0.91% | 0.32% | - |
| HSV(B) | 240.82º | 0.95% | 0.6% | - |
| XYZ | 6.02 | 2.54 | 30.75 | - |
| YUV | 24.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 154 | 0.94 | 0.95 | 0 | 0.40 | 240.82 | 0.91 | 0.32 |
| Hex | 9 | 7 | 9A | 5E | 5F | 0 | 28 | F1 | 5B | 20 |
| Octal | 11 | 7 | 232 | 136 | 137 | 0 | 50 | 361 | 133 | 40 |
| Binary | 1001 | 111 | 10011010 | 1011110 | 1011111 | 0 | 101000 | 11110001 | 1011011 | 100000 |
Color Harmonies of #09079A
Complementary color
Monochromatic Colors of #09079A
Black with #09079A
Text Example
Text Example
White with #09079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09079A; }
p { color: rgb(9,7,154); }
H1.HeaderClassName
{
color: #09079A;
}
.AnyTagClassName
{
color: #09079A;
}
</style>
background-color css
<style>
a { background-color: #09079A; }
a { background-color: rgb(9,7,154); }
div.DivClassName
{
background-color: #09079A;
}
.BgClassName
{
background-color: #09079A;
}
</style>
border-color css
<style>
span { border-color: #09079A; }
span { border-color: rgb(9,7,154); }
td.TdClassName
{
border-color: #09079A;
}
.TagClassName
{
border-color: #09079A;
}
</style>