Html Css Color HEX #041C42 Midnight Express

📋 copy color: '#041C42'

red 4 ◦ green 28 ◦ blue 66

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

Shades of Midnight Express #041C42

Tints of Midnight Express #041C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.57%

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

R = 4.08%
G = 28.57%
B = 67.35%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#041C42 (or 0x041C42) is known color: Midnight Express. HEX triplet: 04, 1C and 42. RGB value is (4,28,66). Sum of RGB (Red+Green+Blue) = 4+28+66=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 66 (26.17% from 255 or 67.35% from 98); Max value from RGB is 66 - color contains mainly: blue. Hex color #041C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C42 is #FBE3BD. Grayscale: #181818. Windows color (decimal): -16507838 or 4332548. OLE color: 4332548.

HSL color Cylindrical-coordinate representation of color #041C42: hue angle of 216.77º 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 #041C42 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 4 28 66 -
CMYK 0.94 0.58 0 0.74
HSL 216.77º 0.89% 0.14% -
HSV(B) 216.77º 0.94% 0.26% -
XYZ 1.45 1.25 5.32 -
YUV 25.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 4 28 66 0.94 0.58 0 0.74 216.77 0.89 0.14
Hex 4 1C 42 5E 3A 0 4A D9 59 E
Octal 4 34 102 136 72 0 112 331 131 16
Binary 100 11100 1000010 1011110 111010 0 1001010 11011001 1011001 1110

Color Harmonies of #041C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C42

Black with #041C42

Text Example


Text Example

White with #041C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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