#040A40

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

Shades of Midnight Express #040A40

Tints of Midnight Express #040A40

Color information

#040A40 (or 0x040A40) is unknown color: approx Midnight Express. HEX triplet: 04, 0A and 40. RGB value is (4,10,64). Sum of RGB (Red+Green+Blue) = 4+10+64=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 64 (25.39% from 255 or 82.05% from 78); Max value from RGB is 64 - color contains mainly: blue. Hex color #040A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A40 is #FBF5BF. Grayscale: #0E0E0E. Windows color (decimal): -16512448 or 4196868. OLE color: 4196868.

HSL color Cylindrical-coordinate representation of color #040A40: hue angle of 234º 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 #040A40 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB41064-
CMYK0.940.8400.75
HSL234º88.24%13.33%-
HSV(B)234º93.75%25.1%-
XYZ1.080.614.91-
YUV14.36156.01120.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 64 (25.39% from 255) = 82.05%
R=5.13%
G=12.82%
B=82.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal410640.940.8400.7523488.2413.33
Hex4A405E5404Bea58d
Octal412100136124011335213015
Binary1001010100000010111101010100010010111110101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040A40; }

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

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

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

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

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

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

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

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