#071D46

Color #071D46 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #071D46

Tints of Midnight Express #071D46

Color information

#071D46 (or 0x071D46) is unknown color: approx Midnight Express. HEX triplet: 07, 1D and 46. RGB value is (7,29,70). Sum of RGB (Red+Green+Blue) = 7+29+70=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #071D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D46 is #F8E2B9. Grayscale: #1A1A1A. Windows color (decimal): -16310970 or 4594951. OLE color: 4594951.

HSL color Cylindrical-coordinate representation of color #071D46: hue angle of 219.05º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071D46 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB72970-
CMYK0.900.5900.73
HSL219.05º81.82%15.1%-
HSV(B)219.05º90%27.45%-
XYZ1.631.375.97-
YUV27.1152.21113.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=6.60%
G=27.36%
B=66.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal729700.900.5900.73219.0581.8215.1
Hex71D465A3B049db52f
Octal73510613273011133312217
Binary1111110110001101011010111011010010011101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071D46; }

 p { color: rgb(7,29,70); }

 H1.HeaderClassName
 {
   color: #071D46;
 }
 .AnyTagClassName
 {
   color: #071D46;
 }
</style>
background-color css

<style>
 a { background-color: #071D46; }

 a { background-color: rgb(7,29,70); }

 div.DivClassName
 {
   background-color: #071D46;
 }
 .BgClassName
 {
   background-color: #071D46;
 }
</style>
border-color css

<style>
 span { border-color: #071D46; }

 span { border-color: rgb(7,29,70); }

 td.TdClassName
 {
   border-color: #071D46;
 }
 .TagClassName
 {
   border-color: #071D46;
 }
</style>