#071144

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

Shades of Midnight Express #071144

Tints of Midnight Express #071144

Color information

#071144 (or 0x071144) is unknown color: approx Midnight Express. HEX triplet: 07, 11 and 44. RGB value is (7,17,68). Sum of RGB (Red+Green+Blue) = 7+17+68=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 68 (26.95% from 255 or 73.91% from 92); Max value from RGB is 68 - color contains mainly: blue. Hex color #071144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071144 is #F8EEBB. Grayscale: #131313. Windows color (decimal): -16314044 or 4460807. OLE color: 4460807.

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

Color convert

RGB71768-
CMYK0.900.7500.73
HSL230.16º81.33%14.71%-
HSV(B)230.16º89.71%26.67%-
XYZ1.330.865.57-
YUV19.82155.19118.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 17 (7.03% from 255) = 18.48%
BLUE value IS 68 (26.95% from 255) = 73.91%
R=7.61%
G=18.48%
B=73.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal717680.900.7500.73230.1681.3314.71
Hex711445A4B049e651f
Octal721104132113011134612117
Binary11110001100010010110101001011010010011110011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071144; }

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

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

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

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

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

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

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

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