Html Css Color HEX #041438 Midnight Express

📋 copy color: '#041438'

red 4 ◦ green 20 ◦ blue 56

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

Shades of Midnight Express #041438

Tints of Midnight Express #041438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 70%

R = 5%
G = 25%
B = 70%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#041438 (or 0x041438) is known color: Midnight Express. HEX triplet: 04, 14 and 38. RGB value is (4,20,56). Sum of RGB (Red+Green+Blue) = 4+20+56=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #041438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041438 is #FBEBC7. Grayscale: #131313. Windows color (decimal): -16509896 or 3675140. OLE color: 3675140.

HSL color Cylindrical-coordinate representation of color #041438: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041438 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 20 56 -
CMYK 0.93 0.64 0 0.78
HSL 221.54º 0.87% 0.12% -
HSV(B) 221.54º 0.93% 0.22% -
XYZ 1.01 0.81 3.84 -
YUV 19.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 4 20 56 0.93 0.64 0 0.78 221.54 0.87 0.12
Hex 4 14 38 5D 40 0 4E DE 57 C
Octal 4 24 70 135 100 0 116 336 127 14
Binary 100 10100 111000 1011101 1000000 0 1001110 11011110 1010111 1100

Color Harmonies of #041438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041438

Black with #041438

Text Example


Text Example

White with #041438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041438; }

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

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

background-color css

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

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

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

border-color css

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

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

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