#071246

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

Shades of Midnight Express #071246

Tints of Midnight Express #071246

Color information

#071246 (or 0x071246) is unknown color: approx Midnight Express. HEX triplet: 07, 12 and 46. RGB value is (7,18,70). Sum of RGB (Red+Green+Blue) = 7+18+70=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #071246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071246 is #F8EDB9. Grayscale: #141414. Windows color (decimal): -16313786 or 4592135. OLE color: 4592135.

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

Color convert

RGB71870-
CMYK0.900.7400.73
HSL229.52º81.82%15.1%-
HSV(B)229.52º90%27.45%-
XYZ1.410.925.9-
YUV20.64155.86118.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 70 (27.73% from 255) = 73.68%
R=7.37%
G=18.95%
B=73.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal718700.900.7400.73229.5281.8215.1
Hex712465A4A049e652f
Octal722106132112011134612217
Binary11110010100011010110101001010010010011110011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071246; }

 p { color: rgb(7,18,70); }

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

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

 a { background-color: rgb(7,18,70); }

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

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

 span { border-color: rgb(7,18,70); }

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