Html Css Color HEX #041434 Midnight Express

📋 copy color: '#041434'

red 4 ◦ green 20 ◦ blue 52

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

Shades of Midnight Express #041434

Tints of Midnight Express #041434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 5.26%
G = 26.32%
B = 68.42%

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

#041434 (or 0x041434) is known color: Midnight Express. HEX triplet: 04, 14 and 34. RGB value is (4,20,52). Sum of RGB (Red+Green+Blue) = 4+20+52=76 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.26% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #041434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041434 is #FBEBCB. Grayscale: #121212. Windows color (decimal): -16509900 or 3412996. OLE color: 3412996.

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

Color convert

RGB 4 20 52 -
CMYK 0.92 0.62 0 0.80
HSL 220º 0.86% 0.11% -
HSV(B) 220º 0.92% 0.2% -
XYZ 0.92 0.77 3.35 -
YUV 18.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 4 20 52 0.92 0.62 0 0.80 220 0.86 0.11
Hex 4 14 34 5C 3E 0 50 DC 56 B
Octal 4 24 64 134 76 0 120 334 126 13
Binary 100 10100 110100 1011100 111110 0 1010000 11011100 1010110 1011

Color Harmonies of #041434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041434

Black with #041434

Text Example


Text Example

White with #041434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041434; }

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

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

background-color css

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

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

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

border-color css

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

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

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