Html Css Color HEX #041129 Midnight Express

📋 copy color: '#041129'

red 4 ◦ green 17 ◦ blue 41

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

Shades of Midnight Express #041129

Tints of Midnight Express #041129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 27.42%

 BLUE value IS 41 (16.41% from 255) = 66.13%

R = 6.45%
G = 27.42%
B = 66.13%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#041129 (or 0x041129) is known color: Midnight Express. HEX triplet: 04, 11 and 29. RGB value is (4,17,41). Sum of RGB (Red+Green+Blue) = 4+17+41=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #041129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041129 is #FBEED6. Grayscale: #0F0F0F. Windows color (decimal): -16510679 or 2691332. OLE color: 2691332.

HSL color Cylindrical-coordinate representation of color #041129: hue angle of 218.92º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041129 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 4 17 41 -
CMYK 0.90 0.59 0 0.84
HSL 218.92º 0.82% 0.09% -
HSV(B) 218.92º 0.9% 0.16% -
XYZ 0.65 0.59 2.18 -
YUV 15.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 4 17 41 0.90 0.59 0 0.84 218.92 0.82 0.09
Hex 4 11 29 5A 3B 0 54 DB 52 9
Octal 4 21 51 132 73 0 124 333 122 11
Binary 100 10001 101001 1011010 111011 0 1010100 11011011 1010010 1001

Color Harmonies of #041129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041129

Black with #041129

Text Example


Text Example

White with #041129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041129; }

 p { color: rgb(4,17,41); }

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

background-color css

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

 a { background-color: rgb(4,17,41); }

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

border-color css

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

 span { border-color: rgb(4,17,41); }

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