Html Css Color HEX #041442 Midnight Express

📋 copy color: '#041442'

red 4 ◦ green 20 ◦ blue 66

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

Shades of Midnight Express #041442

Tints of Midnight Express #041442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 73.33%

R = 4.44%
G = 22.22%
B = 73.33%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#041442 (or 0x041442) is known color: Midnight Express. HEX triplet: 04, 14 and 42. RGB value is (4,20,66). Sum of RGB (Red+Green+Blue) = 4+20+66=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #041442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041442 is #FBEBBD. Grayscale: #141414. Windows color (decimal): -16509886 or 4330500. OLE color: 4330500.

HSL color Cylindrical-coordinate representation of color #041442: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041442 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 20 66 -
CMYK 0.94 0.70 0 0.74
HSL 224.52º 0.89% 0.14% -
HSV(B) 224.52º 0.94% 0.26% -
XYZ 1.28 0.92 5.26 -
YUV 20.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 4 20 66 0.94 0.70 0 0.74 224.52 0.89 0.14
Hex 4 14 42 5E 46 0 4A E1 59 E
Octal 4 24 102 136 106 0 112 341 131 16
Binary 100 10100 1000010 1011110 1000110 0 1001010 11100001 1011001 1110

Color Harmonies of #041442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041442

Black with #041442

Text Example


Text Example

White with #041442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041442; }

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

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

background-color css

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

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

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

border-color css

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

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

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