Html Css Color HEX #041444 Midnight Express

📋 copy color: '#041444'

red 4 ◦ green 20 ◦ blue 68

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

Shades of Midnight Express #041444

Tints of Midnight Express #041444

RGB

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

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

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

R = 4.35%
G = 21.74%
B = 73.91%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#041444 (or 0x041444) is known color: Midnight Express. HEX triplet: 04, 14 and 44. RGB value is (4,20,68). Sum of RGB (Red+Green+Blue) = 4+20+68=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 68 (26.95% from 255 or 73.91% from 92); Max value from RGB is 68 - color contains mainly: blue. Hex color #041444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041444 is #FBEBBB. Grayscale: #141414. Windows color (decimal): -16509884 or 4461572. OLE color: 4461572.

HSL color Cylindrical-coordinate representation of color #041444: hue angle of 225º 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 #041444 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 4 20 68 -
CMYK 0.94 0.71 0 0.73
HSL 225º 0.89% 0.14% -
HSV(B) 225º 0.94% 0.27% -
XYZ 1.34 0.94 5.58 -
YUV 20.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 4 20 68 0.94 0.71 0 0.73 225 0.89 0.14
Hex 4 14 44 5E 47 0 49 E1 59 E
Octal 4 24 104 136 107 0 111 341 131 16
Binary 100 10100 1000100 1011110 1000111 0 1001001 11100001 1011001 1110

Color Harmonies of #041444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041444

Black with #041444

Text Example


Text Example

White with #041444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041444; }

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

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

background-color css

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

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

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

border-color css

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

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

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