Html Css Color HEX #041531 Midnight Express

📋 copy color: '#041531'

red 4 ◦ green 21 ◦ blue 49

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

Shades of Midnight Express #041531

Tints of Midnight Express #041531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 49 (19.53% from 255) = 66.22%

R = 5.41%
G = 28.38%
B = 66.22%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041531 (or 0x041531) is known color: Midnight Express. HEX triplet: 04, 15 and 31. RGB value is (4,21,49). Sum of RGB (Red+Green+Blue) = 4+21+49=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #041531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041531 is #FBEACE. Grayscale: #121212. Windows color (decimal): -16509647 or 3216644. OLE color: 3216644.

HSL color Cylindrical-coordinate representation of color #041531: hue angle of 217.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041531 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 21 49 -
CMYK 0.92 0.57 0 0.81
HSL 217.33º 0.85% 0.1% -
HSV(B) 217.33º 0.92% 0.19% -
XYZ 0.87 0.78 3.01 -
YUV 19.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 4 21 49 0.92 0.57 0 0.81 217.33 0.85 0.1
Hex 4 15 31 5C 39 0 51 D9 55 A
Octal 4 25 61 134 71 0 121 331 125 12
Binary 100 10101 110001 1011100 111001 0 1010001 11011001 1010101 1010

Color Harmonies of #041531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041531

Black with #041531

Text Example


Text Example

White with #041531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041531; }

 p { color: rgb(4,21,49); }

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

background-color css

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

 a { background-color: rgb(4,21,49); }

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

border-color css

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

 span { border-color: rgb(4,21,49); }

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