#04113D

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

Shades of Midnight Express #04113D

Tints of Midnight Express #04113D

Color information

#04113D (or 0x04113D) is unknown color: approx Midnight Express. HEX triplet: 04, 11 and 3D. RGB value is (4,17,61). Sum of RGB (Red+Green+Blue) = 4+17+61=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #04113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04113D is #FBEEC2. Grayscale: #111111. Windows color (decimal): -16510659 or 4002052. OLE color: 4002052.

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

Color convert

RGB41761-
CMYK0.930.7200.76
HSL226.32º87.69%12.75%-
HSV(B)226.32º93.44%23.92%-
XYZ1.090.764.5-
YUV18.13152.19117.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 17 (7.03% from 255) = 20.73%
BLUE value IS 61 (24.22% from 255) = 74.39%
R=4.88%
G=20.73%
B=74.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal417610.930.7200.76226.3287.6912.75
Hex4113D5D4804Ce258d
Octal42175135110011434213015
Binary1001000111110110111011001000010011001110001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04113D; }

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

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

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

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

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

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

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

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