#141C40

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

Shades of Midnight Express #141C40

Tints of Midnight Express #141C40

Color information

#141C40 (or 0x141C40) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 40. RGB value is (20,28,64). Sum of RGB (Red+Green+Blue) = 20+28+64=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #141C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C40 is #EBE3BF. Grayscale: #1D1D1D. Windows color (decimal): -15459264 or 4201492. OLE color: 4201492.

HSL color Cylindrical-coordinate representation of color #141C40: hue angle of 229.09º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141C40 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202864-
CMYK0.690.5600.75
HSL229.09º52.38%16.47%-
HSV(B)229.09º68.75%25.1%-
XYZ1.631.355.03-
YUV29.71147.35121.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=17.86%
G=25%
B=57.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2028640.690.5600.75229.0952.3816.47
Hex141C40453804Be53410
Octal24341001057001133456420
Binary101001110010000001000101111000010010111110010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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