Shades of Midnight Express #071A3C
Tints of Midnight Express #071A3C
RGB
CMYK
RGB Variations
Color information
#071A3C (or 0x071A3C) is known color: Midnight Express. HEX triplet: 07, 1A and 3C. RGB value is (7,26,60). Sum of RGB (Red+Green+Blue) = 7+26+60=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #071A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A3C is #F8E5C3. Grayscale: #181818. Windows color (decimal): -16311748 or 3938823. OLE color: 3938823.
HSL color Cylindrical-coordinate representation of color #071A3C: hue angle of 218.49º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071A3C is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 26 | 60 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.76 |
| HSL | 218.49º | 0.79% | 0.13% | - |
| HSV(B) | 218.49º | 0.88% | 0.24% | - |
| XYZ | 1.27 | 1.11 | 4.42 | - |
| YUV | 24.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 60 | 0.88 | 0.57 | 0 | 0.76 | 218.49 | 0.79 | 0.13 |
| Hex | 7 | 1A | 3C | 58 | 39 | 0 | 4C | DA | 4F | D |
| Octal | 7 | 32 | 74 | 130 | 71 | 0 | 114 | 332 | 117 | 15 |
| Binary | 111 | 11010 | 111100 | 1011000 | 111001 | 0 | 1001100 | 11011010 | 1001111 | 1101 |
Color Harmonies of #071A3C
Complementary color
Monochromatic Colors of #071A3C
Black with #071A3C
Text Example
Text Example
White with #071A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A3C; }
p { color: rgb(7,26,60); }
H1.HeaderClassName
{
color: #071A3C;
}
.AnyTagClassName
{
color: #071A3C;
}
</style>
background-color css
<style>
a { background-color: #071A3C; }
a { background-color: rgb(7,26,60); }
div.DivClassName
{
background-color: #071A3C;
}
.BgClassName
{
background-color: #071A3C;
}
</style>
border-color css
<style>
span { border-color: #071A3C; }
span { border-color: rgb(7,26,60); }
td.TdClassName
{
border-color: #071A3C;
}
.TagClassName
{
border-color: #071A3C;
}
</style>