Html Css Color HEX #040940 Midnight Express

📋 copy color: '#040940'

red 4 ◦ green 9 ◦ blue 64

#040940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #040940

Tints of Midnight Express #040940

RGB

 RED value IS 4 (1.95% from 255) = 5.19%

 GREEN value IS 9 (3.91% from 255) = 11.69%

 BLUE value IS 64 (25.39% from 255) = 83.12%

R = 5.19%
G = 11.69%
B = 83.12%

CMYK

 C value IS 0.94

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#040940 (or 0x040940) is known color: Midnight Express. HEX triplet: 04, 09 and 40. RGB value is (4,9,64). Sum of RGB (Red+Green+Blue) = 4+9+64=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #040940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040940 is #FBF6BF. Grayscale: #0D0D0D. Windows color (decimal): -16512704 or 4196612. OLE color: 4196612.

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

Color convert

RGB 4 9 64 -
CMYK 0.94 0.86 0 0.75
HSL 235º 0.88% 0.13% -
HSV(B) 235º 0.94% 0.25% -
XYZ 1.07 0.59 4.91 -
YUV 13.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 4 9 64 0.94 0.86 0 0.75 235 0.88 0.13
Hex 4 9 40 5E 56 0 4B EB 58 D
Octal 4 11 100 136 126 0 113 353 130 15
Binary 100 1001 1000000 1011110 1010110 0 1001011 11101011 1011000 1101

Color Harmonies of #040940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040940

Black with #040940

Text Example


Text Example

White with #040940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040940; }

 p { color: rgb(4,9,64); }

 H1.HeaderClassName
 {
   color: #040940;
 }
 .AnyTagClassName
 {
   color: #040940;
 }
</style>

background-color css

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

 a { background-color: rgb(4,9,64); }

 div.DivClassName
 {
   background-color: #040940;
 }
 .BgClassName
 {
   background-color: #040940;
 }
</style>

border-color css

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

 span { border-color: rgb(4,9,64); }

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