#041044

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

Shades of Midnight Express #041044

Tints of Midnight Express #041044

Color information

#041044 (or 0x041044) is unknown color: approx Midnight Express. HEX triplet: 04, 10 and 44. RGB value is (4,16,68). Sum of RGB (Red+Green+Blue) = 4+16+68=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 68 (26.95% from 255 or 77.27% from 88); Max value from RGB is 68 - color contains mainly: blue. Hex color #041044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041044 is #FBEFBB. Grayscale: #121212. Windows color (decimal): -16510908 or 4460548. OLE color: 4460548.

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

Color convert

RGB41668-
CMYK0.940.7600.73
HSL228.75º88.89%14.12%-
HSV(B)228.75º94.12%26.67%-
XYZ1.280.815.56-
YUV18.34156.02117.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 68 (26.95% from 255) = 77.27%
R=4.55%
G=18.18%
B=77.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal416680.940.7600.73228.7588.8914.12
Hex410445E4C049e559e
Octal420104136114011134513116
Binary10010000100010010111101001100010010011110010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041044; }

 p { color: rgb(4,16,68); }

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

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

 a { background-color: rgb(4,16,68); }

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

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

 span { border-color: rgb(4,16,68); }

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