#050040

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

Shades of Midnight Express #050040

Tints of Midnight Express #050040

Color information

#050040 (or 0x050040) is unknown color: approx Midnight Express. HEX triplet: 05, 00 and 40. RGB value is (5,0,64). Sum of RGB (Red+Green+Blue) = 5+0+64=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 64 (25.39% from 255 or 92.75% from 69); Max value from RGB is 64 - color contains mainly: blue. Hex color #050040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050040 is #FAFFBF. Grayscale: #080808. Windows color (decimal): -16449472 or 4194309. OLE color: 4194309.

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

Color convert

RGB5064-
CMYK0.92100.75
HSL244.69º100%12.55%-
HSV(B)244.69º100%25.1%-
XYZ0.990.44.88-
YUV8.79159.16125.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 64 (25.39% from 255) = 92.75%
R=7.25%
G=0%
B=92.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal50640.92100.75244.6910012.55
Hex50405C6404Bf564d
Octal50100134144011336514415
Binary1010100000010111001100100010010111111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050040; }

 p { color: rgb(5,0,64); }

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

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

 a { background-color: rgb(5,0,64); }

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

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

 span { border-color: rgb(5,0,64); }

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