#041438

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

Shades of Midnight Express #041438

Tints of Midnight Express #041438

Color information

#041438 (or 0x041438) is unknown color: approx Midnight Express. HEX triplet: 04, 14 and 38. RGB value is (4,20,56). Sum of RGB (Red+Green+Blue) = 4+20+56=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #041438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041438 is #FBEBC7. Grayscale: #131313. Windows color (decimal): -16509896 or 3675140. OLE color: 3675140.

HSL color Cylindrical-coordinate representation of color #041438: hue angle of 221.54º 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 #041438 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB42056-
CMYK0.930.6400.78
HSL221.54º86.67%11.76%-
HSV(B)221.54º92.86%21.96%-
XYZ1.010.813.84-
YUV19.32148.7117.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 70%
R=5%
G=25%
B=70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal420560.930.6400.78221.5486.6711.76
Hex414385D4004Ede57c
Octal42470135100011633612714
Binary1001010011100010111011000000010011101101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041438; }

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

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

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

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

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

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

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

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