#142646

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

Shades of Midnight Express #142646

Tints of Midnight Express #142646

Color information

#142646 (or 0x142646) is unknown color: approx Midnight Express. HEX triplet: 14, 26 and 46. RGB value is (20,38,70). Sum of RGB (Red+Green+Blue) = 20+38+70=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #142646 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142646 is #EBD9B9. Grayscale: #242424. Windows color (decimal): -15456698 or 4597268. OLE color: 4597268.

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

Color convert

RGB203870-
CMYK0.710.4600.73
HSL218.4º55.56%17.65%-
HSV(B)218.4º71.43%27.45%-
XYZ2.091.986.07-
YUV36.27147.04116.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=15.62%
G=29.69%
B=54.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2038700.710.4600.73218.455.5617.65
Hex142646472E049da3812
Octal24461061075601113327022
Binary1010010011010001101000111101110010010011101101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142646; }

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

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

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

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

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

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

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

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