Shades of New Midnight Blue #07129A
Tints of New Midnight Blue #07129A
RGB
CMYK
RGB Variations
Color information
#07129A (or 0x07129A) is known color: New Midnight Blue. HEX triplet: 07, 12 and 9A. RGB value is (7,18,154). Sum of RGB (Red+Green+Blue) = 7+18+154=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 154 (60.55% from 255 or 86.03% from 179); Max value from RGB is 154 - color contains mainly: blue. Hex color #07129A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07129A is #F8ED65. Grayscale: #1D1D1D. Windows color (decimal): -16313702 or 10097159. OLE color: 10097159.
HSL color Cylindrical-coordinate representation of color #07129A: hue angle of 235.51º 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 #07129A is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 18 | 154 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.40 |
| HSL | 235.51º | 0.91% | 0.32% | - |
| HSV(B) | 235.51º | 0.95% | 0.6% | - |
| XYZ | 6.14 | 2.81 | 30.79 | - |
| YUV | 30.22 | 197.86 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 154 | 0.95 | 0.88 | 0 | 0.40 | 235.51 | 0.91 | 0.32 |
| Hex | 7 | 12 | 9A | 5F | 58 | 0 | 28 | EC | 5B | 20 |
| Octal | 7 | 22 | 232 | 137 | 130 | 0 | 50 | 354 | 133 | 40 |
| Binary | 111 | 10010 | 10011010 | 1011111 | 1011000 | 0 | 101000 | 11101100 | 1011011 | 100000 |
Color Harmonies of #07129A
Complementary color
Monochromatic Colors of #07129A
Black with #07129A
Text Example
Text Example
White with #07129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07129A; }
p { color: rgb(7,18,154); }
H1.HeaderClassName
{
color: #07129A;
}
.AnyTagClassName
{
color: #07129A;
}
</style>
background-color css
<style>
a { background-color: #07129A; }
a { background-color: rgb(7,18,154); }
div.DivClassName
{
background-color: #07129A;
}
.BgClassName
{
background-color: #07129A;
}
</style>
border-color css
<style>
span { border-color: #07129A; }
span { border-color: rgb(7,18,154); }
td.TdClassName
{
border-color: #07129A;
}
.TagClassName
{
border-color: #07129A;
}
</style>