Html Css Color HEX #041134 Midnight Express

📋 copy color: '#041134'

red 4 ◦ green 17 ◦ blue 52

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

Shades of Midnight Express #041134

Tints of Midnight Express #041134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 71.23%

R = 5.48%
G = 23.29%
B = 71.23%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#041134 (or 0x041134) is known color: Midnight Express. HEX triplet: 04, 11 and 34. RGB value is (4,17,52). Sum of RGB (Red+Green+Blue) = 4+17+52=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #041134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041134 is #FBEECB. Grayscale: #101010. Windows color (decimal): -16510668 or 3412228. OLE color: 3412228.

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

Color convert

RGB 4 17 52 -
CMYK 0.92 0.67 0 0.80
HSL 223.75º 0.86% 0.11% -
HSV(B) 223.75º 0.92% 0.2% -
XYZ 0.87 0.67 3.33 -
YUV 17.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 4 17 52 0.92 0.67 0 0.80 223.75 0.86 0.11
Hex 4 11 34 5C 43 0 50 E0 56 B
Octal 4 21 64 134 103 0 120 340 126 13
Binary 100 10001 110100 1011100 1000011 0 1010000 11100000 1010110 1011

Color Harmonies of #041134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041134

Black with #041134

Text Example


Text Example

White with #041134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041134; }

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

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

background-color css

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

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

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

border-color css

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

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

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