Shades of Midnight Blue #07146D
Tints of Midnight Blue #07146D
RGB
CMYK
RGB Variations
Color information
#07146D (or 0x07146D) is known color: Midnight Blue. HEX triplet: 07, 14 and 6D. RGB value is (7,20,109). Sum of RGB (Red+Green+Blue) = 7+20+109=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #07146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07146D is #F8EB92. Grayscale: #191919. Windows color (decimal): -16313235 or 7148551. OLE color: 7148551.
HSL color Cylindrical-coordinate representation of color #07146D: hue angle of 232.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07146D is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 20 | 109 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.57 |
| HSL | 232.35º | 0.88% | 0.23% | - |
| HSV(B) | 232.35º | 0.94% | 0.43% | - |
| XYZ | 3.1 | 1.65 | 14.62 | - |
| YUV | 26.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 109 | 0.94 | 0.82 | 0 | 0.57 | 232.35 | 0.88 | 0.23 |
| Hex | 7 | 14 | 6D | 5E | 52 | 0 | 39 | E8 | 58 | 17 |
| Octal | 7 | 24 | 155 | 136 | 122 | 0 | 71 | 350 | 130 | 27 |
| Binary | 111 | 10100 | 1101101 | 1011110 | 1010010 | 0 | 111001 | 11101000 | 1011000 | 10111 |
Color Harmonies of #07146D
Complementary color
Monochromatic Colors of #07146D
Black with #07146D
Text Example
Text Example
White with #07146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07146D; }
p { color: rgb(7,20,109); }
H1.HeaderClassName
{
color: #07146D;
}
.AnyTagClassName
{
color: #07146D;
}
</style>
background-color css
<style>
a { background-color: #07146D; }
a { background-color: rgb(7,20,109); }
div.DivClassName
{
background-color: #07146D;
}
.BgClassName
{
background-color: #07146D;
}
</style>
border-color css
<style>
span { border-color: #07146D; }
span { border-color: rgb(7,20,109); }
td.TdClassName
{
border-color: #07146D;
}
.TagClassName
{
border-color: #07146D;
}
</style>