#071941

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

Shades of Midnight Express #071941

Tints of Midnight Express #071941

Color information

#071941 (or 0x071941) is unknown color: approx Midnight Express. HEX triplet: 07, 19 and 41. RGB value is (7,25,65). Sum of RGB (Red+Green+Blue) = 7+25+65=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #071941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071941 is #F8E6BE. Grayscale: #181818. Windows color (decimal): -16311999 or 4266247. OLE color: 4266247.

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

Color convert

RGB72565-
CMYK0.890.6200.75
HSL221.38º80.56%14.12%-
HSV(B)221.38º89.23%25.49%-
XYZ1.391.125.14-
YUV24.18151.04115.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.22%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 65 (25.78% from 255) = 67.01%
R=7.22%
G=25.77%
B=67.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal725650.890.6200.75221.3880.5614.12
Hex71941593E04Bdd51e
Octal73110113176011333512116
Binary1111100110000011011001111110010010111101110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071941; }

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

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

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

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

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

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

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

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