#070D47

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

Shades of Midnight Express #070D47

Tints of Midnight Express #070D47

Color information

#070D47 (or 0x070D47) is unknown color: approx Midnight Express. HEX triplet: 07, 0D and 47. RGB value is (7,13,71). Sum of RGB (Red+Green+Blue) = 7+13+71=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #070D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D47 is #F8F2B8. Grayscale: #111111. Windows color (decimal): -16315065 or 4656391. OLE color: 4656391.

HSL color Cylindrical-coordinate representation of color #070D47: hue angle of 234.38º 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 #070D47 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB71371-
CMYK0.900.8200.72
HSL234.38º82.05%15.29%-
HSV(B)234.38º90.14%27.84%-
XYZ1.370.796.04-
YUV17.82158.01120.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.69%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=7.69%
G=14.29%
B=78.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal713710.900.8200.72234.3882.0515.29
Hex7D475A52048ea52f
Octal715107132122011035212217
Binary1111101100011110110101010010010010001110101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070D47; }

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

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

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

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

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

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

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

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