Html Css Color HEX #041032 Midnight Express

📋 copy color: '#041032'

red 4 ◦ green 16 ◦ blue 50

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

Shades of Midnight Express #041032

Tints of Midnight Express #041032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.86%

 BLUE value IS 50 (19.92% from 255) = 71.43%

R = 5.71%
G = 22.86%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#041032 (or 0x041032) is known color: Midnight Express. HEX triplet: 04, 10 and 32. RGB value is (4,16,50). Sum of RGB (Red+Green+Blue) = 4+16+50=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #041032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041032 is #FBEFCD. Grayscale: #101010. Windows color (decimal): -16510926 or 3280900. OLE color: 3280900.

HSL color Cylindrical-coordinate representation of color #041032: hue angle of 224.35º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041032 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 4 16 50 -
CMYK 0.92 0.68 0 0.80
HSL 224.35º 0.85% 0.11% -
HSV(B) 224.35º 0.92% 0.2% -
XYZ 0.81 0.63 3.1 -
YUV 16.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 4 16 50 0.92 0.68 0 0.80 224.35 0.85 0.11
Hex 4 10 32 5C 44 0 50 E0 55 B
Octal 4 20 62 134 104 0 120 340 125 13
Binary 100 10000 110010 1011100 1000100 0 1010000 11100000 1010101 1011

Color Harmonies of #041032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041032

Black with #041032

Text Example


Text Example

White with #041032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041032; }

 p { color: rgb(4,16,50); }

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

background-color css

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

 a { background-color: rgb(4,16,50); }

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

border-color css

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

 span { border-color: rgb(4,16,50); }

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