#141946

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

Shades of Midnight Express #141946

Tints of Midnight Express #141946

Color information

#141946 (or 0x141946) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 46. RGB value is (20,25,70). Sum of RGB (Red+Green+Blue) = 20+25+70=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #141946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141946 is #EBE6B9. Grayscale: #1C1C1C. Windows color (decimal): -15460026 or 4593940. OLE color: 4593940.

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

Color convert

RGB202570-
CMYK0.710.6400.73
HSL234º55.56%17.65%-
HSV(B)234º71.43%27.45%-
XYZ1.741.295.95-
YUV28.64151.34121.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 70 (27.73% from 255) = 60.87%
R=17.39%
G=21.74%
B=60.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2025700.710.6400.7323455.5617.65
Hex1419464740049ea3812
Octal243110610710001113527022
Binary1010011001100011010001111000000010010011110101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141946; }

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

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

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

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

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

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

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

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