#041048

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

Shades of Midnight Express #041048

Tints of Midnight Express #041048

Color information

#041048 (or 0x041048) is unknown color: approx Midnight Express. HEX triplet: 04, 10 and 48. RGB value is (4,16,72). Sum of RGB (Red+Green+Blue) = 4+16+72=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #041048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041048 is #FBEFB7. Grayscale: #121212. Windows color (decimal): -16510904 or 4722692. OLE color: 4722692.

HSL color Cylindrical-coordinate representation of color #041048: hue angle of 229.41º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041048 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB41672-
CMYK0.940.7800.72
HSL229.41º89.47%14.9%-
HSV(B)229.41º94.44%28.24%-
XYZ1.410.866.22-
YUV18.8158.02117.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 72 (28.52% from 255) = 78.26%
R=4.35%
G=17.39%
B=78.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal416720.940.7800.72229.4189.4714.9
Hex410485E4E048e559f
Octal420110136116011034513117
Binary10010000100100010111101001110010010001110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041048; }

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

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

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

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

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

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

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

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