#071346

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

Shades of Midnight Express #071346

Tints of Midnight Express #071346

Color information

#071346 (or 0x071346) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 46. RGB value is (7,19,70). Sum of RGB (Red+Green+Blue) = 7+19+70=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #071346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071346 is #F8ECB9. Grayscale: #151515. Windows color (decimal): -16313530 or 4592391. OLE color: 4592391.

HSL color Cylindrical-coordinate representation of color #071346: hue angle of 228.57º 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 #071346 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB71970-
CMYK0.900.7300.73
HSL228.57º81.82%15.1%-
HSV(B)228.57º90%27.45%-
XYZ1.430.955.9-
YUV21.23155.52117.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.29%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 70 (27.73% from 255) = 72.92%
R=7.29%
G=19.79%
B=72.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal719700.900.7300.73228.5781.8215.1
Hex713465A49049e552f
Octal723106132111011134512217
Binary11110011100011010110101001001010010011110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071346; }

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

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

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

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

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

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

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

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