Shades of Midnight Blue #07014F
Tints of Midnight Blue #07014F
RGB
CMYK
RGB Variations
Color information
#07014F (or 0x07014F) is known color: Midnight Blue. HEX triplet: 07, 01 and 4F. RGB value is (7,1,79). Sum of RGB (Red+Green+Blue) = 7+1+79=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 79 (31.25% from 255 or 90.80% from 87); Max value from RGB is 79 - color contains mainly: blue. Hex color #07014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07014F is #F8FEB0. Grayscale: #0B0B0B. Windows color (decimal): -16318129 or 5177607. OLE color: 5177607.
HSL color Cylindrical-coordinate representation of color #07014F: hue angle of 244.62º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07014F is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 1 | 79 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.69 |
| HSL | 244.62º | 0.98% | 0.16% | - |
| HSV(B) | 244.62º | 0.99% | 0.31% | - |
| XYZ | 1.51 | 0.63 | 7.44 | - |
| YUV | 11.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 79 | 0.91 | 0.99 | 0 | 0.69 | 244.62 | 0.98 | 0.16 |
| Hex | 7 | 1 | 4F | 5B | 63 | 0 | 45 | F5 | 62 | 10 |
| Octal | 7 | 1 | 117 | 133 | 143 | 0 | 105 | 365 | 142 | 20 |
| Binary | 111 | 1 | 1001111 | 1011011 | 1100011 | 0 | 1000101 | 11110101 | 1100010 | 10000 |
Color Harmonies of #07014F
Complementary color
Monochromatic Colors of #07014F
Black with #07014F
Text Example
Text Example
White with #07014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07014F; }
p { color: rgb(7,1,79); }
H1.HeaderClassName
{
color: #07014F;
}
.AnyTagClassName
{
color: #07014F;
}
</style>
background-color css
<style>
a { background-color: #07014F; }
a { background-color: rgb(7,1,79); }
div.DivClassName
{
background-color: #07014F;
}
.BgClassName
{
background-color: #07014F;
}
</style>
border-color css
<style>
span { border-color: #07014F; }
span { border-color: rgb(7,1,79); }
td.TdClassName
{
border-color: #07014F;
}
.TagClassName
{
border-color: #07014F;
}
</style>