Shades of Midnight Express #07103F
Tints of Midnight Express #07103F
RGB
CMYK
RGB Variations
Color information
#07103F (or 0x07103F) is known color: Midnight Express. HEX triplet: 07, 10 and 3F. RGB value is (7,16,63). Sum of RGB (Red+Green+Blue) = 7+16+63=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #07103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07103F is #F8EFC0. Grayscale: #121212. Windows color (decimal): -16314305 or 4132871. OLE color: 4132871.
HSL color Cylindrical-coordinate representation of color #07103F: hue angle of 230.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07103F is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 16 | 63 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.75 |
| HSL | 230.36º | 0.8% | 0.14% | - |
| HSV(B) | 230.36º | 0.89% | 0.25% | - |
| XYZ | 1.17 | 0.77 | 4.79 | - |
| YUV | 18.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 63 | 0.89 | 0.75 | 0 | 0.75 | 230.36 | 0.8 | 0.14 |
| Hex | 7 | 10 | 3F | 59 | 4B | 0 | 4B | E6 | 50 | E |
| Octal | 7 | 20 | 77 | 131 | 113 | 0 | 113 | 346 | 120 | 16 |
| Binary | 111 | 10000 | 111111 | 1011001 | 1001011 | 0 | 1001011 | 11100110 | 1010000 | 1110 |
Color Harmonies of #07103F
Complementary color
Monochromatic Colors of #07103F
Black with #07103F
Text Example
Text Example
White with #07103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07103F; }
p { color: rgb(7,16,63); }
H1.HeaderClassName
{
color: #07103F;
}
.AnyTagClassName
{
color: #07103F;
}
</style>
background-color css
<style>
a { background-color: #07103F; }
a { background-color: rgb(7,16,63); }
div.DivClassName
{
background-color: #07103F;
}
.BgClassName
{
background-color: #07103F;
}
</style>
border-color css
<style>
span { border-color: #07103F; }
span { border-color: rgb(7,16,63); }
td.TdClassName
{
border-color: #07103F;
}
.TagClassName
{
border-color: #07103F;
}
</style>