#071047

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

Shades of Midnight Express #071047

Tints of Midnight Express #071047

Color information

#071047 (or 0x071047) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 47. RGB value is (7,16,71). Sum of RGB (Red+Green+Blue) = 7+16+71=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #071047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071047 is #F8EFB8. Grayscale: #131313. Windows color (decimal): -16314297 or 4657159. OLE color: 4657159.

HSL color Cylindrical-coordinate representation of color #071047: hue angle of 231.56º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #071047 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB71671-
CMYK0.900.7700.72
HSL231.56º82.05%15.29%-
HSV(B)231.56º90.14%27.84%-
XYZ1.410.876.05-
YUV19.58157.02119.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.45%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=7.45%
G=17.02%
B=75.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal716710.900.7700.72231.5682.0515.29
Hex710475A4D048e852f
Octal720107132115011035012217
Binary11110000100011110110101001101010010001110100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071047; }

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

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

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

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

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

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

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

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