#041440

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

Shades of Midnight Express #041440

Tints of Midnight Express #041440

Color information

#041440 (or 0x041440) is unknown color: approx Midnight Express. HEX triplet: 04, 14 and 40. RGB value is (4,20,64). Sum of RGB (Red+Green+Blue) = 4+20+64=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #041440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041440 is #FBEBBF. Grayscale: #141414. Windows color (decimal): -16509888 or 4199428. OLE color: 4199428.

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

Color convert

RGB42064-
CMYK0.940.6900.75
HSL224º88.24%13.33%-
HSV(B)224º93.75%25.1%-
XYZ1.230.94.96-
YUV20.23152.7116.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 20 (8.20% from 255) = 22.73%
BLUE value IS 64 (25.39% from 255) = 72.73%
R=4.55%
G=22.73%
B=72.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal420640.940.6900.7522488.2413.33
Hex414405E4504Be058d
Octal424100136105011334013015
Binary10010100100000010111101000101010010111110000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041440; }

 p { color: rgb(4,20,64); }

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

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

 a { background-color: rgb(4,20,64); }

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

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

 span { border-color: rgb(4,20,64); }

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