Html Css Color HEX #041640 Midnight Express

📋 copy color: '#041640'

red 4 ◦ green 22 ◦ blue 64

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

Shades of Midnight Express #041640

Tints of Midnight Express #041640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.44%

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

R = 4.44%
G = 24.44%
B = 71.11%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041640 (or 0x041640) is known color: Midnight Express. HEX triplet: 04, 16 and 40. RGB value is (4,22,64). Sum of RGB (Red+Green+Blue) = 4+22+64=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 22 (8.98% from 255 or 24.44% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #041640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041640 is #FBE9BF. Grayscale: #151515. Windows color (decimal): -16509376 or 4199940. OLE color: 4199940.

HSL color Cylindrical-coordinate representation of color #041640: hue angle of 222º 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 #041640 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 22 64 -
CMYK 0.94 0.66 0 0.75
HSL 222º 0.88% 0.13% -
HSV(B) 222º 0.94% 0.25% -
XYZ 1.26 0.97 4.97 -
YUV 21.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 4 22 64 0.94 0.66 0 0.75 222 0.88 0.13
Hex 4 16 40 5E 42 0 4B DE 58 D
Octal 4 26 100 136 102 0 113 336 130 15
Binary 100 10110 1000000 1011110 1000010 0 1001011 11011110 1011000 1101

Color Harmonies of #041640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041640

Black with #041640

Text Example


Text Example

White with #041640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041640; }

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

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

background-color css

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

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

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

border-color css

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

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

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