#071043

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

Shades of Midnight Express #071043

Tints of Midnight Express #071043

Color information

#071043 (or 0x071043) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 43. RGB value is (7,16,67). Sum of RGB (Red+Green+Blue) = 7+16+67=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 67 (26.56% from 255 or 74.44% from 90); Max value from RGB is 67 - color contains mainly: blue. Hex color #071043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071043 is #F8EFBC. Grayscale: #121212. Windows color (decimal): -16314301 or 4395015. OLE color: 4395015.

HSL color Cylindrical-coordinate representation of color #071043: hue angle of 231º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071043 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB71667-
CMYK0.900.7600.74
HSL231º81.08%14.51%-
HSV(B)231º89.55%26.27%-
XYZ1.290.825.4-
YUV19.12155.02119.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 16 (6.64% from 255) = 17.78%
BLUE value IS 67 (26.56% from 255) = 74.44%
R=7.78%
G=17.78%
B=74.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal716670.900.7600.7423181.0814.51
Hex710435A4C04Ae751f
Octal720103132114011234712117
Binary11110000100001110110101001100010010101110011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071043; }

 p { color: rgb(7,16,67); }

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

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

 a { background-color: rgb(7,16,67); }

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

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

 span { border-color: rgb(7,16,67); }

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