#141844

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

Shades of Midnight Express #141844

Tints of Midnight Express #141844

Color information

#141844 (or 0x141844) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 44. RGB value is (20,24,68). Sum of RGB (Red+Green+Blue) = 20+24+68=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 68 (26.95% from 255 or 60.71% from 112); Max value from RGB is 68 - color contains mainly: blue. Hex color #141844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141844 is #EBE7BB. Grayscale: #1B1B1B. Windows color (decimal): -15460284 or 4462612. OLE color: 4462612.

HSL color Cylindrical-coordinate representation of color #141844: hue angle of 235º 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 #141844 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB202468-
CMYK0.710.6500.73
HSL235º54.55%17.25%-
HSV(B)235º70.59%26.67%-
XYZ1.661.225.62-
YUV27.82150.67122.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 68 (26.95% from 255) = 60.71%
R=17.86%
G=21.43%
B=60.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2024680.710.6500.7323554.5517.25
Hex1418444741049eb3711
Octal243010410710101113536721
Binary1010011000100010010001111000001010010011110101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141844; }

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

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

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

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

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

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

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

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