Html Css Color HEX #041B40 Midnight Express

📋 copy color: '#041B40'

red 4 ◦ green 27 ◦ blue 64

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

Shades of Midnight Express #041B40

Tints of Midnight Express #041B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.42%

 BLUE value IS 64 (25.39% from 255) = 67.37%

R = 4.21%
G = 28.42%
B = 67.37%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041B40 (or 0x041B40) is known color: Midnight Express. HEX triplet: 04, 1B and 40. RGB value is (4,27,64). Sum of RGB (Red+Green+Blue) = 4+27+64=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 64 (25.39% from 255 or 67.37% from 95); Max value from RGB is 64 - color contains mainly: blue. Hex color #041B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B40 is #FBE4BF. Grayscale: #181818. Windows color (decimal): -16508096 or 4201220. OLE color: 4201220.

HSL color Cylindrical-coordinate representation of color #041B40: hue angle of 217º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041B40 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 27 64 -
CMYK 0.94 0.58 0 0.75
HSL 217º 0.88% 0.13% -
HSV(B) 217º 0.94% 0.25% -
XYZ 1.37 1.18 5.01 -
YUV 24.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 4 27 64 0.94 0.58 0 0.75 217 0.88 0.13
Hex 4 1B 40 5E 3A 0 4B D9 58 D
Octal 4 33 100 136 72 0 113 331 130 15
Binary 100 11011 1000000 1011110 111010 0 1001011 11011001 1011000 1101

Color Harmonies of #041B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041B40

Black with #041B40

Text Example


Text Example

White with #041B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041B40; }

 p { color: rgb(4,27,64); }

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

background-color css

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

 a { background-color: rgb(4,27,64); }

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

border-color css

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

 span { border-color: rgb(4,27,64); }

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