Shades of Midnight Express #071B3C
Tints of Midnight Express #071B3C
RGB
CMYK
RGB Variations
Color information
#071B3C (or 0x071B3C) is known color: Midnight Express. HEX triplet: 07, 1B and 3C. RGB value is (7,27,60). Sum of RGB (Red+Green+Blue) = 7+27+60=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 60 (23.83% from 255 or 63.83% from 94); Max value from RGB is 60 - color contains mainly: blue. Hex color #071B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B3C is #F8E4C3. Grayscale: #181818. Windows color (decimal): -16311492 or 3939079. OLE color: 3939079.
HSL color Cylindrical-coordinate representation of color #071B3C: hue angle of 217.36º 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 #071B3C is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 27 | 60 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.76 |
| HSL | 217.36º | 0.79% | 0.13% | - |
| HSV(B) | 217.36º | 0.88% | 0.24% | - |
| XYZ | 1.3 | 1.16 | 4.43 | - |
| YUV | 24.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 60 | 0.88 | 0.55 | 0 | 0.76 | 217.36 | 0.79 | 0.13 |
| Hex | 7 | 1B | 3C | 58 | 37 | 0 | 4C | D9 | 4F | D |
| Octal | 7 | 33 | 74 | 130 | 67 | 0 | 114 | 331 | 117 | 15 |
| Binary | 111 | 11011 | 111100 | 1011000 | 110111 | 0 | 1001100 | 11011001 | 1001111 | 1101 |
Color Harmonies of #071B3C
Complementary color
Monochromatic Colors of #071B3C
Black with #071B3C
Text Example
Text Example
White with #071B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B3C; }
p { color: rgb(7,27,60); }
H1.HeaderClassName
{
color: #071B3C;
}
.AnyTagClassName
{
color: #071B3C;
}
</style>
background-color css
<style>
a { background-color: #071B3C; }
a { background-color: rgb(7,27,60); }
div.DivClassName
{
background-color: #071B3C;
}
.BgClassName
{
background-color: #071B3C;
}
</style>
border-color css
<style>
span { border-color: #071B3C; }
span { border-color: rgb(7,27,60); }
td.TdClassName
{
border-color: #071B3C;
}
.TagClassName
{
border-color: #071B3C;
}
</style>