#041C42

Color #041C42 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #041C42

Tints of Midnight Express #041C42

Color information

#041C42 (or 0x041C42) is unknown color: approx 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

RGB42866-
CMYK0.940.5800.74
HSL216.77º88.57%13.73%-
HSV(B)216.77º93.94%25.88%-
XYZ1.451.255.32-
YUV25.16151.05112.91-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal428660.940.5800.74216.7788.5713.73
Hex41C425E3A04Ad959e
Octal43410213672011233113116
Binary1001110010000101011110111010010010101101100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>