#040542

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

Shades of Midnight Express #040542

Tints of Midnight Express #040542

Color information

#040542 (or 0x040542) is unknown color: approx Midnight Express. HEX triplet: 04, 05 and 42. RGB value is (4,5,66). Sum of RGB (Red+Green+Blue) = 4+5+66=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 66 (26.17% from 255 or 88% from 75); Max value from RGB is 66 - color contains mainly: blue. Hex color #040542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040542 is #FBFABD. Grayscale: #0B0B0B. Windows color (decimal): -16513726 or 4326660. OLE color: 4326660.

HSL color Cylindrical-coordinate representation of color #040542: hue angle of 239.03º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040542 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB4566-
CMYK0.940.9200.74
HSL239.03º88.57%13.73%-
HSV(B)239.03º93.94%25.88%-
XYZ1.090.535.2-
YUV11.66158.67122.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 66 (26.17% from 255) = 88%
R=5.33%
G=6.67%
B=88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal45660.940.9200.74239.0388.5713.73
Hex45425E5C04Aef59e
Octal45102136134011235713116
Binary100101100001010111101011100010010101110111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040542; }

 p { color: rgb(4,5,66); }

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

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

 a { background-color: rgb(4,5,66); }

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

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

 span { border-color: rgb(4,5,66); }

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