#041B40

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

Shades of Midnight Express #041B40

Tints of Midnight Express #041B40

Color information

#041B40 (or 0x041B40) is unknown color: approx Midnight Express. HEX triplet: 04, 1B and 40. RGB value is (4,27,64). Sum of RGB (Red+Green+Blue) = 4+27+64=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #041B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B40 is #FBE4BF. Grayscale: #181818. Windows color (decimal): -16508096 or 4201220. OLE color: 4201220.

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

Color convert

RGB42764-
CMYK0.940.5800.75
HSL217º88.24%13.33%-
HSV(B)217º93.75%25.1%-
XYZ1.371.185.01-
YUV24.34150.38113.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 64 (25.39% from 255) = 67.37%
R=4.21%
G=28.42%
B=67.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal427640.940.5800.7521788.2413.33
Hex41B405E3A04Bd958d
Octal43310013672011333113015
Binary1001101110000001011110111010010010111101100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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