#041135

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

Shades of Midnight Express #041135

Tints of Midnight Express #041135

Color information

#041135 (or 0x041135) is unknown color: approx Midnight Express. HEX triplet: 04, 11 and 35. RGB value is (4,17,53). Sum of RGB (Red+Green+Blue) = 4+17+53=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #041135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041135 is #FBEECA. Grayscale: #111111. Windows color (decimal): -16510667 or 3477764. OLE color: 3477764.

HSL color Cylindrical-coordinate representation of color #041135: hue angle of 224.08º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041135 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB41753-
CMYK0.920.6800.79
HSL224.08º85.96%11.18%-
HSV(B)224.08º92.45%20.78%-
XYZ0.890.683.45-
YUV17.22148.19118.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 53 (21.09% from 255) = 71.62%
R=5.41%
G=22.97%
B=71.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal417530.920.6800.79224.0885.9611.18
Hex411355C4404Fe056b
Octal42165134104011734012613
Binary1001000111010110111001000100010011111110000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041135; }

 p { color: rgb(4,17,53); }

 H1.HeaderClassName
 {
   color: #041135;
 }
 .AnyTagClassName
 {
   color: #041135;
 }
</style>
background-color css

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

 a { background-color: rgb(4,17,53); }

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

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

 span { border-color: rgb(4,17,53); }

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