#051040

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

Shades of Midnight Express #051040

Tints of Midnight Express #051040

Color information

#051040 (or 0x051040) is unknown color: approx Midnight Express. HEX triplet: 05, 10 and 40. RGB value is (5,16,64). Sum of RGB (Red+Green+Blue) = 5+16+64=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #051040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051040 is #FAEFBF. Grayscale: #111111. Windows color (decimal): -16445376 or 4198405. OLE color: 4198405.

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

Color convert

RGB51664-
CMYK0.920.7500.75
HSL228.81º85.51%13.53%-
HSV(B)228.81º92.19%25.1%-
XYZ1.170.774.94-
YUV18.18153.86118.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 16 (6.64% from 255) = 18.82%
BLUE value IS 64 (25.39% from 255) = 75.29%
R=5.88%
G=18.82%
B=75.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal516640.920.7500.75228.8185.5113.53
Hex510405C4B04Be556e
Octal520100134113011334512616
Binary10110000100000010111001001011010010111110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051040; }

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

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

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

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

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

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

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

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