Shades of Midnight Blue #07167D
Tints of Midnight Blue #07167D
RGB
CMYK
RGB Variations
Color information
#07167D (or 0x07167D) is known color: Midnight Blue. HEX triplet: 07, 16 and 7D. RGB value is (7,22,125). Sum of RGB (Red+Green+Blue) = 7+22+125=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 125 (49.22% from 255 or 81.17% from 154); Max value from RGB is 125 - color contains mainly: blue. Hex color #07167D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07167D is #F8E982. Grayscale: #1C1C1C. Windows color (decimal): -16312707 or 8197639. OLE color: 8197639.
HSL color Cylindrical-coordinate representation of color #07167D: hue angle of 232.37º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07167D is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 22 | 125 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.51 |
| HSL | 232.37º | 0.89% | 0.26% | - |
| HSV(B) | 232.37º | 0.94% | 0.49% | - |
| XYZ | 4.08 | 2.1 | 19.59 | - |
| YUV | 29.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 125 | 0.94 | 0.82 | 0 | 0.51 | 232.37 | 0.89 | 0.26 |
| Hex | 7 | 16 | 7D | 5E | 52 | 0 | 33 | E8 | 59 | 1A |
| Octal | 7 | 26 | 175 | 136 | 122 | 0 | 63 | 350 | 131 | 32 |
| Binary | 111 | 10110 | 1111101 | 1011110 | 1010010 | 0 | 110011 | 11101000 | 1011001 | 11010 |
Color Harmonies of #07167D
Complementary color
Monochromatic Colors of #07167D
Black with #07167D
Text Example
Text Example
White with #07167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07167D; }
p { color: rgb(7,22,125); }
H1.HeaderClassName
{
color: #07167D;
}
.AnyTagClassName
{
color: #07167D;
}
</style>
background-color css
<style>
a { background-color: #07167D; }
a { background-color: rgb(7,22,125); }
div.DivClassName
{
background-color: #07167D;
}
.BgClassName
{
background-color: #07167D;
}
</style>
border-color css
<style>
span { border-color: #07167D; }
span { border-color: rgb(7,22,125); }
td.TdClassName
{
border-color: #07167D;
}
.TagClassName
{
border-color: #07167D;
}
</style>