#04112E

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

Shades of Midnight Express #04112E

Tints of Midnight Express #04112E

Color information

#04112E (or 0x04112E) is unknown color: approx Midnight Express. HEX triplet: 04, 11 and 2E. RGB value is (4,17,46). Sum of RGB (Red+Green+Blue) = 4+17+46=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #04112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04112E is #FBEED1. Grayscale: #101010. Windows color (decimal): -16510674 or 3019012. OLE color: 3019012.

HSL color Cylindrical-coordinate representation of color #04112E: hue angle of 221.43º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04112E is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB41746-
CMYK0.910.6300.82
HSL221.43º84%9.8%-
HSV(B)221.43º91.3%18.04%-
XYZ0.740.622.67-
YUV16.42144.69119.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.97%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 46 (18.36% from 255) = 68.66%
R=5.97%
G=25.37%
B=68.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal417460.910.6300.82221.43849.8
Hex4112E5B3F052dd54a
Octal4215613377012233512412
Binary100100011011101011011111111010100101101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,17,46); }

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

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

 a { background-color: rgb(4,17,46); }

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

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

 span { border-color: rgb(4,17,46); }

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