#070341

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

Shades of Midnight Express #070341

Tints of Midnight Express #070341

Color information

#070341 (or 0x070341) is unknown color: approx Midnight Express. HEX triplet: 07, 03 and 41. RGB value is (7,3,65). Sum of RGB (Red+Green+Blue) = 7+3+65=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 65 (25.78% from 255 or 86.67% from 75); Max value from RGB is 65 - color contains mainly: blue. Hex color #070341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070341 is #F8FCBE. Grayscale: #0B0B0B. Windows color (decimal): -16317631 or 4260615. OLE color: 4260615.

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

Color convert

RGB7365-
CMYK0.890.9500.75
HSL243.87º91.18%13.33%-
HSV(B)243.87º95.38%25.49%-
XYZ1.070.495.04-
YUV11.26158.33124.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.33%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 65 (25.78% from 255) = 86.67%
R=9.33%
G=4%
B=86.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal73650.890.9500.75243.8791.1813.33
Hex7341595F04Bf45bd
Octal73101131137011336413315
Binary11111100000110110011011111010010111111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070341; }

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

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

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

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

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

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

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

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