Shades of Midnight Blue #07035D
Tints of Midnight Blue #07035D
RGB
CMYK
RGB Variations
Color information
#07035D (or 0x07035D) is known color: Midnight Blue. HEX triplet: 07, 03 and 5D. RGB value is (7,3,93). Sum of RGB (Red+Green+Blue) = 7+3+93=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 93 (36.72% from 255 or 90.29% from 103); Max value from RGB is 93 - color contains mainly: blue. Hex color #07035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07035D is #F8FCA2. Grayscale: #0E0E0E. Windows color (decimal): -16317603 or 6095623. OLE color: 6095623.
HSL color Cylindrical-coordinate representation of color #07035D: hue angle of 242.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07035D is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 3 | 93 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.64 |
| HSL | 242.67º | 0.94% | 0.19% | - |
| HSV(B) | 242.67º | 0.97% | 0.36% | - |
| XYZ | 2.1 | 0.9 | 10.42 | - |
| YUV | 14.46 | 172.33 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 93 | 0.92 | 0.97 | 0 | 0.64 | 242.67 | 0.94 | 0.19 |
| Hex | 7 | 3 | 5D | 5C | 61 | 0 | 40 | F3 | 5E | 13 |
| Octal | 7 | 3 | 135 | 134 | 141 | 0 | 100 | 363 | 136 | 23 |
| Binary | 111 | 11 | 1011101 | 1011100 | 1100001 | 0 | 1000000 | 11110011 | 1011110 | 10011 |
Color Harmonies of #07035D
Complementary color
Monochromatic Colors of #07035D
Black with #07035D
Text Example
Text Example
White with #07035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07035D; }
p { color: rgb(7,3,93); }
H1.HeaderClassName
{
color: #07035D;
}
.AnyTagClassName
{
color: #07035D;
}
</style>
background-color css
<style>
a { background-color: #07035D; }
a { background-color: rgb(7,3,93); }
div.DivClassName
{
background-color: #07035D;
}
.BgClassName
{
background-color: #07035D;
}
</style>
border-color css
<style>
span { border-color: #07035D; }
span { border-color: rgb(7,3,93); }
td.TdClassName
{
border-color: #07035D;
}
.TagClassName
{
border-color: #07035D;
}
</style>