#141C38

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

Shades of Midnight Express #141C38

Tints of Midnight Express #141C38

Color information

#141C38 (or 0x141C38) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 38. RGB value is (20,28,56). Sum of RGB (Red+Green+Blue) = 20+28+56=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #141C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C38 is #EBE3C7. Grayscale: #1C1C1C. Windows color (decimal): -15459272 or 3677204. OLE color: 3677204.

HSL color Cylindrical-coordinate representation of color #141C38: hue angle of 226.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141C38 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202856-
CMYK0.640.5000.78
HSL226.67º47.37%14.9%-
HSV(B)226.67º64.29%21.96%-
XYZ1.421.263.91-
YUV28.8143.35121.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=19.23%
G=26.92%
B=53.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2028560.640.5000.78226.6747.3714.9
Hex141C38403204Ee32ff
Octal2434701006201163435717
Binary1010011100111000100000011001001001110111000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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