Html Css Color HEX #041132 Midnight Express

📋 copy color: '#041132'

red 4 ◦ green 17 ◦ blue 50

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

Shades of Midnight Express #041132

Tints of Midnight Express #041132

RGB

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

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

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

R = 5.63%
G = 23.94%
B = 70.42%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#041132 (or 0x041132) is known color: Midnight Express. HEX triplet: 04, 11 and 32. RGB value is (4,17,50). Sum of RGB (Red+Green+Blue) = 4+17+50=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #041132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041132 is #FBEECD. Grayscale: #101010. Windows color (decimal): -16510670 or 3281156. OLE color: 3281156.

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

Color convert

RGB 4 17 50 -
CMYK 0.92 0.66 0 0.80
HSL 223.04º 0.85% 0.11% -
HSV(B) 223.04º 0.92% 0.2% -
XYZ 0.83 0.66 3.1 -
YUV 16.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 4 17 50 0.92 0.66 0 0.80 223.04 0.85 0.11
Hex 4 11 32 5C 42 0 50 DF 55 B
Octal 4 21 62 134 102 0 120 337 125 13
Binary 100 10001 110010 1011100 1000010 0 1010000 11011111 1010101 1011

Color Harmonies of #041132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041132

Black with #041132

Text Example


Text Example

White with #041132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041132; }

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

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

background-color css

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

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

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

border-color css

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

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

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