Html Css Color HEX #041334 Midnight Express

📋 copy color: '#041334'

red 4 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #041334

Tints of Midnight Express #041334

RGB

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

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

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

R = 5.33%
G = 25.33%
B = 69.33%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#041334 (or 0x041334) is known color: Midnight Express. HEX triplet: 04, 13 and 34. RGB value is (4,19,52). Sum of RGB (Red+Green+Blue) = 4+19+52=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #041334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041334 is #FBECCB. Grayscale: #121212. Windows color (decimal): -16510156 or 3412740. OLE color: 3412740.

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

Color convert

RGB 4 19 52 -
CMYK 0.92 0.63 0 0.80
HSL 221.25º 0.86% 0.11% -
HSV(B) 221.25º 0.92% 0.2% -
XYZ 0.9 0.74 3.34 -
YUV 18.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 4 19 52 0.92 0.63 0 0.80 221.25 0.86 0.11
Hex 4 13 34 5C 3F 0 50 DD 56 B
Octal 4 23 64 134 77 0 120 335 126 13
Binary 100 10011 110100 1011100 111111 0 1010000 11011101 1010110 1011

Color Harmonies of #041334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041334

Black with #041334

Text Example


Text Example

White with #041334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041334; }

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

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

background-color css

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

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

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

border-color css

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

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

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