Html Css Color HEX #041332 Midnight Express

📋 copy color: '#041332'

red 4 ◦ green 19 ◦ blue 50

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

Shades of Midnight Express #041332

Tints of Midnight Express #041332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 26.03%

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

R = 5.48%
G = 26.03%
B = 68.49%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#041332 (or 0x041332) is known color: Midnight Express. HEX triplet: 04, 13 and 32. RGB value is (4,19,50). Sum of RGB (Red+Green+Blue) = 4+19+50=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #041332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041332 is #FBECCD. Grayscale: #111111. Windows color (decimal): -16510158 or 3281668. OLE color: 3281668.

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

Color convert

RGB 4 19 50 -
CMYK 0.92 0.62 0 0.80
HSL 220.43º 0.85% 0.11% -
HSV(B) 220.43º 0.92% 0.2% -
XYZ 0.86 0.72 3.11 -
YUV 18.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 4 19 50 0.92 0.62 0 0.80 220.43 0.85 0.11
Hex 4 13 32 5C 3E 0 50 DC 55 B
Octal 4 23 62 134 76 0 120 334 125 13
Binary 100 10011 110010 1011100 111110 0 1010000 11011100 1010101 1011

Color Harmonies of #041332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041332

Black with #041332

Text Example


Text Example

White with #041332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041332; }

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

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

background-color css

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

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

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

border-color css

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

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

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