#041138

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

Shades of Midnight Express #041138

Tints of Midnight Express #041138

Color information

#041138 (or 0x041138) is unknown color: approx Midnight Express. HEX triplet: 04, 11 and 38. RGB value is (4,17,56). Sum of RGB (Red+Green+Blue) = 4+17+56=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #041138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041138 is #FBEEC7. Grayscale: #111111. Windows color (decimal): -16510664 or 3674372. OLE color: 3674372.

HSL color Cylindrical-coordinate representation of color #041138: hue angle of 225º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041138 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB41756-
CMYK0.930.7000.78
HSL225º86.67%11.76%-
HSV(B)225º92.86%21.96%-
XYZ0.960.713.83-
YUV17.56149.69118.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 56 (22.27% from 255) = 72.73%
R=5.19%
G=22.08%
B=72.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal417560.930.7000.7822586.6711.76
Hex411385D4604Ee157c
Octal42170135106011634112714
Binary1001000111100010111011000110010011101110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041138; }

 p { color: rgb(4,17,56); }

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

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

 a { background-color: rgb(4,17,56); }

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

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

 span { border-color: rgb(4,17,56); }

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