#071341

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

Shades of Midnight Express #071341

Tints of Midnight Express #071341

Color information

#071341 (or 0x071341) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 41. RGB value is (7,19,65). Sum of RGB (Red+Green+Blue) = 7+19+65=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #071341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071341 is #F8ECBE. Grayscale: #141414. Windows color (decimal): -16313535 or 4264711. OLE color: 4264711.

HSL color Cylindrical-coordinate representation of color #071341: hue angle of 227.59º degrees, saturation: 0.81, 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 #071341 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB71965-
CMYK0.890.7100.75
HSL227.59º80.56%14.12%-
HSV(B)227.59º89.23%25.49%-
XYZ1.270.895.11-
YUV20.66153.02118.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 65 (25.78% from 255) = 71.43%
R=7.69%
G=20.88%
B=71.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal719650.890.7100.75227.5980.5614.12
Hex71341594704Be451e
Octal723101131107011334412116
Binary11110011100000110110011000111010010111110010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071341; }

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

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

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

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

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

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

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

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