#041144

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

Shades of Midnight Express #041144

Tints of Midnight Express #041144

Color information

#041144 (or 0x041144) is unknown color: approx Midnight Express. HEX triplet: 04, 11 and 44. RGB value is (4,17,68). Sum of RGB (Red+Green+Blue) = 4+17+68=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #041144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041144 is #FBEEBB. Grayscale: #121212. Windows color (decimal): -16510652 or 4460804. OLE color: 4460804.

HSL color Cylindrical-coordinate representation of color #041144: hue angle of 227.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041144 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB41768-
CMYK0.940.7500.73
HSL227.81º88.89%14.12%-
HSV(B)227.81º94.12%26.67%-
XYZ1.290.845.56-
YUV18.93155.69117.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 68 (26.95% from 255) = 76.40%
R=4.49%
G=19.10%
B=76.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal417680.940.7500.73227.8188.8914.12
Hex411445E4B049e459e
Octal421104136113011134413116
Binary10010001100010010111101001011010010011110010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041144; }

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

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

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

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

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

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

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

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