#050740

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

Shades of Midnight Express #050740

Tints of Midnight Express #050740

Color information

#050740 (or 0x050740) is unknown color: approx Midnight Express. HEX triplet: 05, 07 and 40. RGB value is (5,7,64). Sum of RGB (Red+Green+Blue) = 5+7+64=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 64 (25.39% from 255 or 84.21% from 76); Max value from RGB is 64 - color contains mainly: blue. Hex color #050740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050740 is #FAF8BF. Grayscale: #0C0C0C. Windows color (decimal): -16447680 or 4196101. OLE color: 4196101.

HSL color Cylindrical-coordinate representation of color #050740: hue angle of 237.97º 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 #050740 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB5764-
CMYK0.920.8900.75
HSL237.97º85.51%13.53%-
HSV(B)237.97º92.19%25.1%-
XYZ1.060.554.9-
YUV12.9156.84122.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 64 (25.39% from 255) = 84.21%
R=6.58%
G=9.21%
B=84.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal57640.920.8900.75237.9785.5113.53
Hex57405C5904Bee56e
Octal57100134131011335612616
Binary101111100000010111001011001010010111110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050740; }

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

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

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

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

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

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

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

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