#040D47

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

Shades of Midnight Express #040D47

Tints of Midnight Express #040D47

Color information

#040D47 (or 0x040D47) is unknown color: approx Midnight Express. HEX triplet: 04, 0D and 47. RGB value is (4,13,71). Sum of RGB (Red+Green+Blue) = 4+13+71=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #040D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040D47 is #FBF2B8. Grayscale: #101010. Windows color (decimal): -16511673 or 4656388. OLE color: 4656388.

HSL color Cylindrical-coordinate representation of color #040D47: hue angle of 231.94º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #040D47 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB41371-
CMYK0.940.8200.72
HSL231.94º89.33%14.71%-
HSV(B)231.94º94.37%27.84%-
XYZ1.330.776.04-
YUV16.92158.52118.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 13 (5.47% from 255) = 14.77%
BLUE value IS 71 (28.12% from 255) = 80.68%
R=4.55%
G=14.77%
B=80.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal413710.940.8200.72231.9489.3314.71
Hex4D475E52048e859f
Octal415107136122011035013117
Binary1001101100011110111101010010010010001110100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040D47; }

 p { color: rgb(4,13,71); }

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

<style>
 a { background-color: #040D47; }

 a { background-color: rgb(4,13,71); }

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

<style>
 span { border-color: #040D47; }

 span { border-color: rgb(4,13,71); }

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