Html Css Color HEX #040434 Midnight Express

📋 copy color: '#040434'

red 4 ◦ green 4 ◦ blue 52

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

Shades of Midnight Express #040434

Tints of Midnight Express #040434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.67%

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

R = 6.67%
G = 6.67%
B = 86.67%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#040434 (or 0x040434) is known color: Midnight Express. HEX triplet: 04, 04 and 34. RGB value is (4,4,52). Sum of RGB (Red+Green+Blue) = 4+4+52=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 52 (20.70% from 255 or 86.67% from 60); Max value from RGB is 52 - color contains mainly: blue. Hex color #040434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040434 is #FBFBCB. Grayscale: #090909. Windows color (decimal): -16513996 or 3408900. OLE color: 3408900.

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

Color convert

RGB 4 4 52 -
CMYK 0.92 0.92 0 0.80
HSL 240º 0.86% 0.11% -
HSV(B) 240º 0.92% 0.2% -
XYZ 0.71 0.36 3.28 -
YUV 9.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 4 4 52 0.92 0.92 0 0.80 240 0.86 0.11
Hex 4 4 34 5C 5C 0 50 F0 56 B
Octal 4 4 64 134 134 0 120 360 126 13
Binary 100 100 110100 1011100 1011100 0 1010000 11110000 1010110 1011

Color Harmonies of #040434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040434

Black with #040434

Text Example


Text Example

White with #040434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040434; }

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

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

background-color css

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

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

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

border-color css

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

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

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