#071048

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

Shades of Midnight Express #071048

Tints of Midnight Express #071048

Color information

#071048 (or 0x071048) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 48. RGB value is (7,16,72). Sum of RGB (Red+Green+Blue) = 7+16+72=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #071048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071048 is #F8EFB7. Grayscale: #131313. Windows color (decimal): -16314296 or 4722695. OLE color: 4722695.

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

Color convert

RGB71672-
CMYK0.900.7800.72
HSL231.69º82.28%15.49%-
HSV(B)231.69º90.28%28.24%-
XYZ1.440.886.23-
YUV19.69157.52118.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.37%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 72 (28.52% from 255) = 75.79%
R=7.37%
G=16.84%
B=75.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal716720.900.7800.72231.6982.2815.49
Hex710485A4E048e852f
Octal720110132116011035012217
Binary11110000100100010110101001110010010001110100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071048; }

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

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

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

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

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

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

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

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