#070241

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

Shades of Midnight Express #070241

Tints of Midnight Express #070241

Color information

#070241 (or 0x070241) is unknown color: approx Midnight Express. HEX triplet: 07, 02 and 41. RGB value is (7,2,65). Sum of RGB (Red+Green+Blue) = 7+2+65=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 65 (25.78% from 255 or 87.84% from 74); Max value from RGB is 65 - color contains mainly: blue. Hex color #070241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070241 is #F8FDBE. Grayscale: #0A0A0A. Windows color (decimal): -16317887 or 4260359. OLE color: 4260359.

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

Color convert

RGB7265-
CMYK0.890.9700.75
HSL244.76º94.03%13.14%-
HSV(B)244.76º96.92%25.49%-
XYZ1.060.475.04-
YUV10.68158.66125.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.46%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 65 (25.78% from 255) = 87.84%
R=9.46%
G=2.70%
B=87.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal72650.890.9700.75244.7694.0313.14
Hex7241596104Bf55ed
Octal72101131141011336513615
Binary11110100000110110011100001010010111111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070241; }

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

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

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

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

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

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

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

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