#071D44

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

Shades of Midnight Express #071D44

Tints of Midnight Express #071D44

Color information

#071D44 (or 0x071D44) is unknown color: approx Midnight Express. HEX triplet: 07, 1D and 44. RGB value is (7,29,68). Sum of RGB (Red+Green+Blue) = 7+29+68=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #071D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071D44 is #F8E2BB. Grayscale: #1A1A1A. Windows color (decimal): -16310972 or 4463879. OLE color: 4463879.

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

Color convert

RGB72968-
CMYK0.900.5700.73
HSL218.36º81.33%14.71%-
HSV(B)218.36º89.71%26.67%-
XYZ1.571.345.64-
YUV26.87151.21113.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 68 (26.95% from 255) = 65.38%
R=6.73%
G=27.88%
B=65.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal729680.900.5700.73218.3681.3314.71
Hex71D445A39049da51f
Octal73510413271011133212117
Binary1111110110001001011010111001010010011101101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,29,68); }

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

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

 a { background-color: rgb(7,29,68); }

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

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

 span { border-color: rgb(7,29,68); }

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