#040144

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

Shades of Midnight Express #040144

Tints of Midnight Express #040144

Color information

#040144 (or 0x040144) is unknown color: approx Midnight Express. HEX triplet: 04, 01 and 44. RGB value is (4,1,68). Sum of RGB (Red+Green+Blue) = 4+1+68=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 68 (26.95% from 255 or 93.15% from 73); Max value from RGB is 68 - color contains mainly: blue. Hex color #040144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040144 is #FBFEBB. Grayscale: #090909. Windows color (decimal): -16514748 or 4456708. OLE color: 4456708.

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

Color convert

RGB4168-
CMYK0.940.9900.73
HSL242.69º97.1%13.53%-
HSV(B)242.69º98.53%26.67%-
XYZ1.10.465.5-
YUV9.54160.99124.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 68 (26.95% from 255) = 93.15%
R=5.48%
G=1.37%
B=93.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal41680.940.9900.73242.6997.113.53
Hex41445E63049f361e
Octal41104136143011136314116
Binary1001100010010111101100011010010011111001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040144; }

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

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

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

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

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

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

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

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