Html Css Color HEX #041044 Midnight Express

📋 copy color: '#041044'

red 4 ◦ green 16 ◦ blue 68

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

Shades of Midnight Express #041044

Tints of Midnight Express #041044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

 BLUE value IS 68 (26.95% from 255) = 77.27%

R = 4.55%
G = 18.18%
B = 77.27%

CMYK

 C value IS 0.94

 M value IS 0.76

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041044 (or 0x041044) is known color: Midnight Express. HEX triplet: 04, 10 and 44. RGB value is (4,16,68). Sum of RGB (Red+Green+Blue) = 4+16+68=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 68 (26.95% from 255 or 77.27% from 88); Max value from RGB is 68 - color contains mainly: blue. Hex color #041044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041044 is #FBEFBB. Grayscale: #121212. Windows color (decimal): -16510908 or 4460548. OLE color: 4460548.

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

Color convert

RGB 4 16 68 -
CMYK 0.94 0.76 0 0.73
HSL 228.75º 0.89% 0.14% -
HSV(B) 228.75º 0.94% 0.27% -
XYZ 1.28 0.81 5.56 -
YUV 18.34 156.02 117.77 -
System Red Green Blue C M Y K H S L
Decimal 4 16 68 0.94 0.76 0 0.73 228.75 0.89 0.14
Hex 4 10 44 5E 4C 0 49 E5 59 E
Octal 4 20 104 136 114 0 111 345 131 16
Binary 100 10000 1000100 1011110 1001100 0 1001001 11100101 1011001 1110

Color Harmonies of #041044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041044

Black with #041044

Text Example


Text Example

White with #041044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041044; }

 p { color: rgb(4,16,68); }

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

background-color css

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

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

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

border-color css

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

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

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