Shades of New Midnight Blue #07039C
Tints of New Midnight Blue #07039C
RGB
CMYK
RGB Variations
Color information
#07039C (or 0x07039C) is known color: New Midnight Blue. HEX triplet: 07, 03 and 9C. RGB value is (7,3,156). Sum of RGB (Red+Green+Blue) = 7+3+156=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 156 (61.33% from 255 or 93.98% from 166); Max value from RGB is 156 - color contains mainly: blue. Hex color #07039C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07039C is #F8FC63. Grayscale: #151515. Windows color (decimal): -16317540 or 10224391. OLE color: 10224391.
HSL color Cylindrical-coordinate representation of color #07039C: hue angle of 241.57º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07039C is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 3 | 156 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.39 |
| HSL | 241.57º | 0.96% | 0.31% | - |
| HSV(B) | 241.57º | 0.98% | 0.61% | - |
| XYZ | 6.12 | 2.51 | 31.61 | - |
| YUV | 21.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 156 | 0.96 | 0.98 | 0 | 0.39 | 241.57 | 0.96 | 0.31 |
| Hex | 7 | 3 | 9C | 60 | 62 | 0 | 27 | F2 | 60 | 1F |
| Octal | 7 | 3 | 234 | 140 | 142 | 0 | 47 | 362 | 140 | 37 |
| Binary | 111 | 11 | 10011100 | 1100000 | 1100010 | 0 | 100111 | 11110010 | 1100000 | 11111 |
Color Harmonies of #07039C
Complementary color
Monochromatic Colors of #07039C
Black with #07039C
Text Example
Text Example
White with #07039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07039C; }
p { color: rgb(7,3,156); }
H1.HeaderClassName
{
color: #07039C;
}
.AnyTagClassName
{
color: #07039C;
}
</style>
background-color css
<style>
a { background-color: #07039C; }
a { background-color: rgb(7,3,156); }
div.DivClassName
{
background-color: #07039C;
}
.BgClassName
{
background-color: #07039C;
}
</style>
border-color css
<style>
span { border-color: #07039C; }
span { border-color: rgb(7,3,156); }
td.TdClassName
{
border-color: #07039C;
}
.TagClassName
{
border-color: #07039C;
}
</style>