#142441

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

Shades of Midnight Express #142441

Tints of Midnight Express #142441

Color information

#142441 (or 0x142441) is unknown color: approx Midnight Express. HEX triplet: 14, 24 and 41. RGB value is (20,36,65). Sum of RGB (Red+Green+Blue) = 20+36+65=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #142441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142441 is #EBDBBE. Grayscale: #222222. Windows color (decimal): -15457215 or 4269076. OLE color: 4269076.

HSL color Cylindrical-coordinate representation of color #142441: hue angle of 218.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142441 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203665-
CMYK0.690.4500.75
HSL218.67º52.94%16.67%-
HSV(B)218.67º69.23%25.49%-
XYZ1.871.795.25-
YUV34.52145.2117.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=16.53%
G=29.75%
B=53.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2036650.690.4500.75218.6752.9416.67
Hex142441452D04Bdb3511
Octal24441011055501133336521
Binary1010010010010000011000101101101010010111101101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142441; }

 p { color: rgb(20,36,65); }

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

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

 a { background-color: rgb(20,36,65); }

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

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

 span { border-color: rgb(20,36,65); }

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