#141C41

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

Shades of Midnight Express #141C41

Tints of Midnight Express #141C41

Color information

#141C41 (or 0x141C41) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 41. RGB value is (20,28,65). Sum of RGB (Red+Green+Blue) = 20+28+65=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #141C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C41 is #EBE3BE. Grayscale: #1D1D1D. Windows color (decimal): -15459263 or 4267028. OLE color: 4267028.

HSL color Cylindrical-coordinate representation of color #141C41: hue angle of 229.33º 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 #141C41 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202865-
CMYK0.690.5700.75
HSL229.33º52.94%16.67%-
HSV(B)229.33º69.23%25.49%-
XYZ1.661.365.18-
YUV29.83147.85120.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 65 (25.78% from 255) = 57.52%
R=17.70%
G=24.78%
B=57.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2028650.690.5700.75229.3352.9416.67
Hex141C41453904Be53511
Octal24341011057101133456521
Binary101001110010000011000101111001010010111110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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