Shades of New Midnight Blue #07109C
Tints of New Midnight Blue #07109C
RGB
CMYK
RGB Variations
Color information
#07109C (or 0x07109C) is known color: New Midnight Blue. HEX triplet: 07, 10 and 9C. RGB value is (7,16,156). Sum of RGB (Red+Green+Blue) = 7+16+156=179 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.91% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 156 (61.33% from 255 or 87.15% from 179); Max value from RGB is 156 - color contains mainly: blue. Hex color #07109C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07109C is #F8EF63. Grayscale: #1C1C1C. Windows color (decimal): -16314212 or 10227719. OLE color: 10227719.
HSL color Cylindrical-coordinate representation of color #07109C: hue angle of 236.38º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07109C is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 16 | 156 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.39 |
| HSL | 236.38º | 0.91% | 0.32% | - |
| HSV(B) | 236.38º | 0.96% | 0.61% | - |
| XYZ | 6.27 | 2.82 | 31.67 | - |
| YUV | 29.27 | 199.52 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 156 | 0.96 | 0.90 | 0 | 0.39 | 236.38 | 0.91 | 0.32 |
| Hex | 7 | 10 | 9C | 60 | 5A | 0 | 27 | EC | 5B | 20 |
| Octal | 7 | 20 | 234 | 140 | 132 | 0 | 47 | 354 | 133 | 40 |
| Binary | 111 | 10000 | 10011100 | 1100000 | 1011010 | 0 | 100111 | 11101100 | 1011011 | 100000 |
Color Harmonies of #07109C
Complementary color
Monochromatic Colors of #07109C
Black with #07109C
Text Example
Text Example
White with #07109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07109C; }
p { color: rgb(7,16,156); }
H1.HeaderClassName
{
color: #07109C;
}
.AnyTagClassName
{
color: #07109C;
}
</style>
background-color css
<style>
a { background-color: #07109C; }
a { background-color: rgb(7,16,156); }
div.DivClassName
{
background-color: #07109C;
}
.BgClassName
{
background-color: #07109C;
}
</style>
border-color css
<style>
span { border-color: #07109C; }
span { border-color: rgb(7,16,156); }
td.TdClassName
{
border-color: #07109C;
}
.TagClassName
{
border-color: #07109C;
}
</style>