#040142

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

Shades of Midnight Express #040142

Tints of Midnight Express #040142

Color information

#040142 (or 0x040142) is unknown color: approx Midnight Express. HEX triplet: 04, 01 and 42. RGB value is (4,1,66). Sum of RGB (Red+Green+Blue) = 4+1+66=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 66 (26.17% from 255 or 92.96% from 71); Max value from RGB is 66 - color contains mainly: blue. Hex color #040142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040142 is #FBFEBD. Grayscale: #090909. Windows color (decimal): -16514750 or 4325636. OLE color: 4325636.

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

Color convert

RGB4166-
CMYK0.940.9800.74
HSL242.77º97.01%13.14%-
HSV(B)242.77º98.48%25.88%-
XYZ1.040.445.18-
YUV9.31159.99124.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 66 (26.17% from 255) = 92.96%
R=5.63%
G=1.41%
B=92.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal41660.940.9800.74242.7797.0113.14
Hex41425E6204Af361d
Octal41102136142011236314115
Binary1001100001010111101100010010010101111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040142; }

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

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

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

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

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

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

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

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