Shades of New Midnight Blue #07059C
Tints of New Midnight Blue #07059C
RGB
CMYK
RGB Variations
Color information
#07059C (or 0x07059C) is known color: New Midnight Blue. HEX triplet: 07, 05 and 9C. RGB value is (7,5,156). Sum of RGB (Red+Green+Blue) = 7+5+156=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 156 (61.33% from 255 or 92.86% from 168); Max value from RGB is 156 - color contains mainly: blue. Hex color #07059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07059C is #F8FA63. Grayscale: #161616. Windows color (decimal): -16317028 or 10224903. OLE color: 10224903.
HSL color Cylindrical-coordinate representation of color #07059C: hue angle of 240.79º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07059C is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 5 | 156 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.39 |
| HSL | 240.79º | 0.94% | 0.32% | - |
| HSV(B) | 240.79º | 0.97% | 0.61% | - |
| XYZ | 6.14 | 2.55 | 31.62 | - |
| YUV | 22.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 156 | 0.96 | 0.97 | 0 | 0.39 | 240.79 | 0.94 | 0.32 |
| Hex | 7 | 5 | 9C | 60 | 61 | 0 | 27 | F1 | 5E | 20 |
| Octal | 7 | 5 | 234 | 140 | 141 | 0 | 47 | 361 | 136 | 40 |
| Binary | 111 | 101 | 10011100 | 1100000 | 1100001 | 0 | 100111 | 11110001 | 1011110 | 100000 |
Color Harmonies of #07059C
Complementary color
Monochromatic Colors of #07059C
Black with #07059C
Text Example
Text Example
White with #07059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07059C; }
p { color: rgb(7,5,156); }
H1.HeaderClassName
{
color: #07059C;
}
.AnyTagClassName
{
color: #07059C;
}
</style>
background-color css
<style>
a { background-color: #07059C; }
a { background-color: rgb(7,5,156); }
div.DivClassName
{
background-color: #07059C;
}
.BgClassName
{
background-color: #07059C;
}
</style>
border-color css
<style>
span { border-color: #07059C; }
span { border-color: rgb(7,5,156); }
td.TdClassName
{
border-color: #07059C;
}
.TagClassName
{
border-color: #07059C;
}
</style>