#040A3D

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

Shades of Midnight Express #040A3D

Tints of Midnight Express #040A3D

Color information

#040A3D (or 0x040A3D) is unknown color: approx Midnight Express. HEX triplet: 04, 0A and 3D. RGB value is (4,10,61). Sum of RGB (Red+Green+Blue) = 4+10+61=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #040A3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A3D is #FBF5C2. Grayscale: #0D0D0D. Windows color (decimal): -16512451 or 4000260. OLE color: 4000260.

HSL color Cylindrical-coordinate representation of color #040A3D: hue angle of 233.68º 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 #040A3D is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB41061-
CMYK0.930.8400.76
HSL233.68º87.69%12.75%-
HSV(B)233.68º93.44%23.92%-
XYZ10.584.47-
YUV14.02154.51120.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 10 (4.30% from 255) = 13.33%
BLUE value IS 61 (24.22% from 255) = 81.33%
R=5.33%
G=13.33%
B=81.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal410610.930.8400.76233.6887.6912.75
Hex4A3D5D5404Cea58d
Octal41275135124011435213015
Binary100101011110110111011010100010011001110101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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