#071A40

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

Shades of Midnight Express #071A40

Tints of Midnight Express #071A40

Color information

#071A40 (or 0x071A40) is unknown color: approx Midnight Express. HEX triplet: 07, 1A and 40. RGB value is (7,26,64). Sum of RGB (Red+Green+Blue) = 7+26+64=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #071A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A40 is #F8E5BF. Grayscale: #181818. Windows color (decimal): -16311744 or 4200967. OLE color: 4200967.

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

Color convert

RGB72664-
CMYK0.890.5900.75
HSL220º80.28%13.92%-
HSV(B)220º89.06%25.1%-
XYZ1.381.155-
YUV24.65150.21115.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=7.22%
G=26.80%
B=65.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal726640.890.5900.7522080.2813.92
Hex71A40593B04Bdc50e
Octal73210013173011333412016
Binary1111101010000001011001111011010010111101110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,26,64); }

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

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

 a { background-color: rgb(7,26,64); }

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

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

 span { border-color: rgb(7,26,64); }

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