#04013D

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

Shades of Midnight Express #04013D

Tints of Midnight Express #04013D

Color information

#04013D (or 0x04013D) is unknown color: approx Midnight Express. HEX triplet: 04, 01 and 3D. RGB value is (4,1,61). Sum of RGB (Red+Green+Blue) = 4+1+61=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 61 (24.22% from 255 or 92.42% from 66); Max value from RGB is 61 - color contains mainly: blue. Hex color #04013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04013D is #FBFEC2. Grayscale: #080808. Windows color (decimal): -16514755 or 3997956. OLE color: 3997956.

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

Color convert

RGB4161-
CMYK0.930.9800.76
HSL243º96.77%12.16%-
HSV(B)243º98.36%23.92%-
XYZ0.90.384.44-
YUV8.74157.49124.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.06%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 61 (24.22% from 255) = 92.42%
R=6.06%
G=1.52%
B=92.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal41610.930.9800.7624396.7712.16
Hex413D5D6204Cf361c
Octal4175135142011436314114
Binary100111110110111011100010010011001111001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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