#070141

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

Shades of Midnight Express #070141

Tints of Midnight Express #070141

Color information

#070141 (or 0x070141) is unknown color: approx Midnight Express. HEX triplet: 07, 01 and 41. RGB value is (7,1,65). Sum of RGB (Red+Green+Blue) = 7+1+65=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 65 (25.78% from 255 or 89.04% from 73); Max value from RGB is 65 - color contains mainly: blue. Hex color #070141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070141 is #F8FEBE. Grayscale: #090909. Windows color (decimal): -16318143 or 4260103. OLE color: 4260103.

HSL color Cylindrical-coordinate representation of color #070141: hue angle of 245.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070141 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB7165-
CMYK0.890.9800.75
HSL245.62º96.97%12.94%-
HSV(B)245.62º98.46%25.49%-
XYZ1.050.455.03-
YUV10.09158.99125.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 65 (25.78% from 255) = 89.04%
R=9.59%
G=1.37%
B=89.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal71650.890.9800.75245.6296.9712.94
Hex7141596204Bf661d
Octal71101131142011336614115
Binary1111100000110110011100010010010111111011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070141; }

 p { color: rgb(7,1,65); }

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

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

 a { background-color: rgb(7,1,65); }

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

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

 span { border-color: rgb(7,1,65); }

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