#04013F

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

Shades of Midnight Express #04013F

Tints of Midnight Express #04013F

Color information

#04013F (or 0x04013F) is unknown color: approx Midnight Express. HEX triplet: 04, 01 and 3F. RGB value is (4,1,63). Sum of RGB (Red+Green+Blue) = 4+1+63=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 63 (25% from 255 or 92.65% from 68); Max value from RGB is 63 - color contains mainly: blue. Hex color #04013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04013F is #FBFEC0. Grayscale: #080808. Windows color (decimal): -16514753 or 4129028. OLE color: 4129028.

HSL color Cylindrical-coordinate representation of color #04013F: hue angle of 242.9º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04013F is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB4163-
CMYK0.940.9800.75
HSL242.9º96.88%12.55%-
HSV(B)242.9º98.41%24.71%-
XYZ0.960.414.73-
YUV8.96158.49124.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 63 (25% from 255) = 92.65%
R=5.88%
G=1.47%
B=92.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal41630.940.9800.75242.996.8812.55
Hex413F5E6204Bf361d
Octal4177136142011336314115
Binary100111111110111101100010010010111111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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