Shades of New Midnight Blue #07099A
Tints of New Midnight Blue #07099A
RGB
CMYK
RGB Variations
Color information
#07099A (or 0x07099A) is known color: New Midnight Blue. HEX triplet: 07, 09 and 9A. RGB value is (7,9,154). Sum of RGB (Red+Green+Blue) = 7+9+154=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 9 (3.91% from 255 or 5.29% 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 #07099A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07099A is #F8F665. Grayscale: #181818. Windows color (decimal): -16316006 or 10094855. OLE color: 10094855.
HSL color Cylindrical-coordinate representation of color #07099A: hue angle of 239.18º 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 #07099A is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 9 | 154 | - |
| CMYK | 0.95 | 0.94 | 0 | 0.40 |
| HSL | 239.18º | 0.91% | 0.32% | - |
| HSV(B) | 239.18º | 0.95% | 0.6% | - |
| XYZ | 6.02 | 2.57 | 30.75 | - |
| YUV | 24.93 | 200.84 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 154 | 0.95 | 0.94 | 0 | 0.40 | 239.18 | 0.91 | 0.32 |
| Hex | 7 | 9 | 9A | 5F | 5E | 0 | 28 | EF | 5B | 20 |
| Octal | 7 | 11 | 232 | 137 | 136 | 0 | 50 | 357 | 133 | 40 |
| Binary | 111 | 1001 | 10011010 | 1011111 | 1011110 | 0 | 101000 | 11101111 | 1011011 | 100000 |
Color Harmonies of #07099A
Complementary color
Monochromatic Colors of #07099A
Black with #07099A
Text Example
Text Example
White with #07099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07099A; }
p { color: rgb(7,9,154); }
H1.HeaderClassName
{
color: #07099A;
}
.AnyTagClassName
{
color: #07099A;
}
</style>
background-color css
<style>
a { background-color: #07099A; }
a { background-color: rgb(7,9,154); }
div.DivClassName
{
background-color: #07099A;
}
.BgClassName
{
background-color: #07099A;
}
</style>
border-color css
<style>
span { border-color: #07099A; }
span { border-color: rgb(7,9,154); }
td.TdClassName
{
border-color: #07099A;
}
.TagClassName
{
border-color: #07099A;
}
</style>