#04053E

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

Shades of Midnight Express #04053E

Tints of Midnight Express #04053E

Color information

#04053E (or 0x04053E) is unknown color: approx Midnight Express. HEX triplet: 04, 05 and 3E. RGB value is (4,5,62). Sum of RGB (Red+Green+Blue) = 4+5+62=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 62 (24.61% from 255 or 87.32% from 71); Max value from RGB is 62 - color contains mainly: blue. Hex color #04053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04053E is #FBFAC1. Grayscale: #0A0A0A. Windows color (decimal): -16513730 or 4064516. OLE color: 4064516.

HSL color Cylindrical-coordinate representation of color #04053E: hue angle of 238.97º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04053E is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB4562-
CMYK0.940.9200.76
HSL238.97º87.88%12.94%-
HSV(B)238.97º93.55%24.31%-
XYZ0.970.484.6-
YUV11.2156.67122.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 62 (24.61% from 255) = 87.32%
R=5.63%
G=7.04%
B=87.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal45620.940.9200.76238.9787.8812.94
Hex453E5E5C04Cef58d
Octal4576136134011435713015
Binary10010111111010111101011100010011001110111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04053E; }

 p { color: rgb(4,5,62); }

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

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

 a { background-color: rgb(4,5,62); }

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

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

 span { border-color: rgb(4,5,62); }

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