#071133

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

Shades of Midnight Express #071133

Tints of Midnight Express #071133

Color information

#071133 (or 0x071133) is unknown color: approx Midnight Express. HEX triplet: 07, 11 and 33. RGB value is (7,17,51). Sum of RGB (Red+Green+Blue) = 7+17+51=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #071133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071133 is #F8EECC. Grayscale: #111111. Windows color (decimal): -16314061 or 3346695. OLE color: 3346695.

HSL color Cylindrical-coordinate representation of color #071133: hue angle of 226.36º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071133 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB71751-
CMYK0.860.6700.8
HSL226.36º75.86%11.37%-
HSV(B)226.36º86.27%20%-
XYZ0.890.693.22-
YUV17.89146.69120.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 51 (20.31% from 255) = 68%
R=9.33%
G=22.67%
B=68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal717510.860.6700.8226.3675.8611.37
Hex711335643050e24cb
Octal72163126103012034211413
Binary1111000111001110101101000011010100001110001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071133; }

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

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

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

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

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

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

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

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