Shades of Midnight Blue #07015C
Tints of Midnight Blue #07015C
RGB
CMYK
RGB Variations
Color information
#07015C (or 0x07015C) is known color: Midnight Blue. HEX triplet: 07, 01 and 5C. RGB value is (7,1,92). Sum of RGB (Red+Green+Blue) = 7+1+92=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 92 (36.33% from 255 or 92% from 100); Max value from RGB is 92 - color contains mainly: blue. Hex color #07015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07015C is #F8FEA3. Grayscale: #0C0C0C. Windows color (decimal): -16318116 or 6029575. OLE color: 6029575.
HSL color Cylindrical-coordinate representation of color #07015C: hue angle of 243.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07015C is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 1 | 92 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.64 |
| HSL | 243.96º | 0.98% | 0.18% | - |
| HSV(B) | 243.96º | 0.99% | 0.36% | - |
| XYZ | 2.03 | 0.84 | 10.18 | - |
| YUV | 13.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 1 | 92 | 0.92 | 0.99 | 0 | 0.64 | 243.96 | 0.98 | 0.18 |
| Hex | 7 | 1 | 5C | 5C | 63 | 0 | 40 | F4 | 62 | 12 |
| Octal | 7 | 1 | 134 | 134 | 143 | 0 | 100 | 364 | 142 | 22 |
| Binary | 111 | 1 | 1011100 | 1011100 | 1100011 | 0 | 1000000 | 11110100 | 1100010 | 10010 |
Color Harmonies of #07015C
Complementary color
Monochromatic Colors of #07015C
Black with #07015C
Text Example
Text Example
White with #07015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07015C; }
p { color: rgb(7,1,92); }
H1.HeaderClassName
{
color: #07015C;
}
.AnyTagClassName
{
color: #07015C;
}
</style>
background-color css
<style>
a { background-color: #07015C; }
a { background-color: rgb(7,1,92); }
div.DivClassName
{
background-color: #07015C;
}
.BgClassName
{
background-color: #07015C;
}
</style>
border-color css
<style>
span { border-color: #07015C; }
span { border-color: rgb(7,1,92); }
td.TdClassName
{
border-color: #07015C;
}
.TagClassName
{
border-color: #07015C;
}
</style>