#141846

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

Shades of Midnight Express #141846

Tints of Midnight Express #141846

Color information

#141846 (or 0x141846) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 46. RGB value is (20,24,70). Sum of RGB (Red+Green+Blue) = 20+24+70=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #141846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141846 is #EBE7B9. Grayscale: #1B1B1B. Windows color (decimal): -15460282 or 4593684. OLE color: 4593684.

HSL color Cylindrical-coordinate representation of color #141846: hue angle of 235.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141846 is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB202470-
CMYK0.710.6600.73
HSL235.2º55.56%17.65%-
HSV(B)235.2º71.43%27.45%-
XYZ1.721.245.94-
YUV28.05151.67122.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 70 (27.73% from 255) = 61.40%
R=17.54%
G=21.05%
B=61.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2024700.710.6600.73235.255.5617.65
Hex1418464742049eb3812
Octal243010610710201113537022
Binary1010011000100011010001111000010010010011110101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141846; }

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

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

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

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

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

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

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

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