#070547

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

Shades of Midnight Express #070547

Tints of Midnight Express #070547

Color information

#070547 (or 0x070547) is unknown color: approx Midnight Express. HEX triplet: 07, 05 and 47. RGB value is (7,5,71). Sum of RGB (Red+Green+Blue) = 7+5+71=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 71 (28.12% from 255 or 85.54% from 83); Max value from RGB is 71 - color contains mainly: blue. Hex color #070547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070547 is #F8FAB8. Grayscale: #0C0C0C. Windows color (decimal): -16317113 or 4654343. OLE color: 4654343.

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

Color convert

RGB7571-
CMYK0.900.9300.72
HSL241.82º86.84%14.9%-
HSV(B)241.82º92.96%27.84%-
XYZ1.280.616.01-
YUV13.12160.66123.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 71 (28.12% from 255) = 85.54%
R=8.43%
G=6.02%
B=85.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal75710.900.9300.72241.8286.8414.9
Hex75475A5D048f257f
Octal75107132135011036212717
Binary111101100011110110101011101010010001111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070547; }

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

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

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

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

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

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

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

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