#071945

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

Shades of Midnight Express #071945

Tints of Midnight Express #071945

Color information

#071945 (or 0x071945) is unknown color: approx Midnight Express. HEX triplet: 07, 19 and 45. RGB value is (7,25,69). Sum of RGB (Red+Green+Blue) = 7+25+69=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 69 (27.34% from 255 or 68.32% from 101); Max value from RGB is 69 - color contains mainly: blue. Hex color #071945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071945 is #F8E6BA. Grayscale: #181818. Windows color (decimal): -16311995 or 4528391. OLE color: 4528391.

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

Color convert

RGB72569-
CMYK0.900.6400.73
HSL222.58º81.58%14.9%-
HSV(B)222.58º89.86%27.06%-
XYZ1.511.175.78-
YUV24.63153.04115.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.93%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 69 (27.34% from 255) = 68.32%
R=6.93%
G=24.75%
B=68.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal725690.900.6400.73222.5881.5814.9
Hex719455A40049df52f
Octal731105132100011133712217
Binary11111001100010110110101000000010010011101111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071945; }

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

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

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

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

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

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

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

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