#040E3C

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

Shades of Midnight Express #040E3C

Tints of Midnight Express #040E3C

Color information

#040E3C (or 0x040E3C) is unknown color: approx Midnight Express. HEX triplet: 04, 0E and 3C. RGB value is (4,14,60). Sum of RGB (Red+Green+Blue) = 4+14+60=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #040E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040E3C is #FBF1C3. Grayscale: #101010. Windows color (decimal): -16511428 or 3935748. OLE color: 3935748.

HSL color Cylindrical-coordinate representation of color #040E3C: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040E3C is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41460-
CMYK0.930.7700.76
HSL229.29º87.5%12.55%-
HSV(B)229.29º93.33%23.53%-
XYZ1.020.674.35-
YUV16.25152.69119.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 60 (23.83% from 255) = 76.92%
R=5.13%
G=17.95%
B=76.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal414600.930.7700.76229.2987.512.55
Hex4E3C5D4D04Ce558d
Octal41674135115011434513015
Binary100111011110010111011001101010011001110010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,14,60); }

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

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

 a { background-color: rgb(4,14,60); }

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

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

 span { border-color: rgb(4,14,60); }

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