#141C44

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

Shades of Midnight Express #141C44

Tints of Midnight Express #141C44

Color information

#141C44 (or 0x141C44) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 44. RGB value is (20,28,68). Sum of RGB (Red+Green+Blue) = 20+28+68=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #141C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C44 is #EBE3BB. Grayscale: #1E1E1E. Windows color (decimal): -15459260 or 4463636. OLE color: 4463636.

HSL color Cylindrical-coordinate representation of color #141C44: hue angle of 230º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141C44 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB202868-
CMYK0.710.5900.73
HSL230º54.55%17.25%-
HSV(B)230º70.59%26.67%-
XYZ1.751.45.65-
YUV30.17149.35120.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 68 (26.95% from 255) = 58.62%
R=17.24%
G=24.14%
B=58.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2028680.710.5900.7323054.5517.25
Hex141C44473B049e63711
Octal24341041077301113466721
Binary101001110010001001000111111011010010011110011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C44; }

 p { color: rgb(20,28,68); }

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

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

 a { background-color: rgb(20,28,68); }

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

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

 span { border-color: rgb(20,28,68); }

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