#071F45

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

Shades of Midnight Express #071F45

Tints of Midnight Express #071F45

Color information

#071F45 (or 0x071F45) is unknown color: approx Midnight Express. HEX triplet: 07, 1F and 45. RGB value is (7,31,69). Sum of RGB (Red+Green+Blue) = 7+31+69=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #071F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071F45 is #F8E0BA. Grayscale: #1B1B1B. Windows color (decimal): -16310459 or 4529927. OLE color: 4529927.

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

Color convert

RGB73169-
CMYK0.900.5500.73
HSL216.77º81.58%14.9%-
HSV(B)216.77º89.86%27.06%-
XYZ1.651.455.82-
YUV28.16151.05112.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 69 (27.34% from 255) = 64.49%
R=6.54%
G=28.97%
B=64.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal731690.900.5500.73216.7781.5814.9
Hex71F455A37049d952f
Octal73710513267011133112217
Binary1111111110001011011010110111010010011101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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