#041A41

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

Shades of Midnight Express #041A41

Tints of Midnight Express #041A41

Color information

#041A41 (or 0x041A41) is unknown color: approx Midnight Express. HEX triplet: 04, 1A and 41. RGB value is (4,26,65). Sum of RGB (Red+Green+Blue) = 4+26+65=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #041A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A41 is #FBE5BE. Grayscale: #171717. Windows color (decimal): -16508351 or 4266500. OLE color: 4266500.

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

Color convert

RGB42665-
CMYK0.940.6000.75
HSL218.36º88.41%13.53%-
HSV(B)218.36º93.85%25.49%-
XYZ1.371.155.15-
YUV23.87151.21113.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=4.21%
G=27.37%
B=68.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal426650.940.6000.75218.3688.4113.53
Hex41A415E3C04Bda58e
Octal43210113674011333213016
Binary1001101010000011011110111100010010111101101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A41; }

 p { color: rgb(4,26,65); }

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

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

 a { background-color: rgb(4,26,65); }

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

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

 span { border-color: rgb(4,26,65); }

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